GET
/orgs/{org}/actions/oidc/customization/properties/repoList OIDC custom property inclusions for an organization
Lists the repository custom properties that are included in the OIDC token for repository actions in an organization.
OAuth app tokens and personal access tokens (classic) need the read:org scope to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
orgstringrequired
The organization name. The name is not case sensitive.
200A JSON array of OIDC custom property inclusions
custom_property_namestringrequired
The name of the custom property that is included in the OIDC token
inclusion_sourcestringrequired
Whether the inclusion was defined at the organization or enterprise level
403Forbidden
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
Error handling
A 403 is returned: Forbidden. A 404 is returned: Resource not found.