oidc
List OIDC custom property inclusions for an enterprise
Lists the repository custom properties that are included in the OIDC token for repository actions in an enterprise.
OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.
get/enterprises/{enterprise}/actions/oidc/customization/properties/repo
Path parameters
enterprisestring required
The slug version of the enterprise name.
Response
A JSON array of OIDC custom property inclusions
Example response
[
{
"inclusion_source": "organization"
}
]