Github API - Test Config

GET /orgs/{org}/codespaces/secrets/{secret_name}
orgs
codespaces

Gets an organization secret without revealing its encrypted value.
You must authenticate using an access token with the admin:org scope to use this endpoint.
Get an organization secret

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key secret-name

secret-name [scalar]

The name of the secret.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json codespaces-org-secret

codespaces-org-secret [object]

Secrets for a GitHub Codespace.

Attributes
created_at string

The date and time at which the secret was created, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.

name string

The name of the secret

selected_repositories_url string

The API URL at which the list of repositories this secret is visible to can be retrieved

updated_at string

The date and time at which the secret was created, in ISO 8601 format':' YYYY-MM-DDTHH:MM:SSZ.

visibility string

The type of repositories in the organization that the secret is visible to

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)