Noizu.Github.Api.Oidc (Noizu Labs: Github API v0.5.0)
GitHub oidc API.
Link to this section Summary
Functions
Create an OIDC custom property inclusion for an enterprise
Create an OIDC custom property inclusion for an organization
Delete an OIDC custom property inclusion for an enterprise
Delete an OIDC custom property inclusion for an organization
Get the customization template for an OIDC subject claim for an organization
List OIDC custom property inclusions for an enterprise
List OIDC custom property inclusions for an organization
Set the customization template for an OIDC subject claim for an organization
Link to this section Functions
create_oidc_custom_property_inclusion_for_enterprise(enterprise, body, options \\ nil)
Create an OIDC custom property inclusion for an enterprise
@see https://docs.github.com/rest/actions/oidc#create-an-oidc-custom-property-inclusion-for-an-enterprise
create_oidc_custom_property_inclusion_for_org(org, body, options \\ nil)
Create an OIDC custom property inclusion for an organization
delete_oidc_custom_property_inclusion_for_enterprise(enterprise, custom_property_name, options \\ nil)
Delete an OIDC custom property inclusion for an enterprise
@see https://docs.github.com/rest/actions/oidc#delete-an-oidc-custom-property-inclusion-for-an-enterprise
delete_oidc_custom_property_inclusion_for_org(org, custom_property_name, options \\ nil)
Delete an OIDC custom property inclusion for an organization
get_oidc_custom_sub_template_for_org(org, options \\ nil)
Get the customization template for an OIDC subject claim for an organization
list_oidc_custom_property_inclusions_for_enterprise(enterprise, options \\ nil)
List OIDC custom property inclusions for an enterprise
@see https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-enterprise
list_oidc_custom_property_inclusions_for_org(org, options \\ nil)
List OIDC custom property inclusions for an organization
@see https://docs.github.com/rest/actions/oidc#list-oidc-custom-property-inclusions-for-an-organization
update_oidc_custom_sub_template_for_org(org, body, options \\ nil)
Set the customization template for an OIDC subject claim for an organization