pub async fn codespaces_slash_get_org_secret(
configuration: &Configuration,
org: &str,
secret_name: &str,
) -> Result<CodespacesOrgSecret, Error<CodespacesSlashGetOrgSecretError>>
Expand description
Gets an organization development environment secret without revealing its encrypted value. OAuth app tokens and personal access tokens (classic) need the admin:org
scope to use this endpoint.