View Source GitHub.Oidc (GitHub REST API Client v0.0.4)

Provides API endpoints related to oidc

Link to this section Summary

Functions

Get the customization template for an OIDC subject claim for an organization

Set the customization template for an OIDC subject claim for an organization

Link to this section Functions

Link to this function

get_oidc_custom_sub_template_for_org(org, opts \\ [])

View Source
@spec get_oidc_custom_sub_template_for_org(
  String.t(),
  keyword()
) :: {:ok, GitHub.OIDCCustomSub.t()} | {:error, GitHub.Error.t()}

Get the customization template for an OIDC subject claim for an organization

resources

Resources

Link to this function

update_oidc_custom_sub_template_for_org(org, body, opts \\ [])

View Source
@spec update_oidc_custom_sub_template_for_org(
  String.t(),
  GitHub.OIDCCustomSub.t(),
  keyword()
) ::
  {:ok, GitHub.EmptyObject.t()} | {:error, GitHub.Error.t()}

Set the customization template for an OIDC subject claim for an organization

resources

Resources