Visibility: public · internal ( OpenAPI Custom Extension: x-visibility )
Retrieve metadata for a single credential. The client_secret is never included in this response.
Only tenant administrators can access this endpoint. Non-admin callers receive 404 to prevent resource enumeration.
Bearer token authentication using OAuth2/OIDC tokens
Service account resource identifier.
Credential resource identifier.
Credential metadata.
A credential (client_secret) belonging to a service account. Multiple credentials can exist simultaneously for a single service account, enabling zero-downtime secret rotation: create a new credential, deploy it, then delete the old one.
The client_secret value is returned only at creation time and cannot be retrieved again.
Maximum of 5 active credentials per service account.
Server-generated UUID. Immutable.
Credential identifier. Server-generated, immutable.
"cred-001"
The parent service account this credential belongs to.
"sa-pipeline-prod"
Current credential status.
Note: if the parent service account is disabled, all its credentials are effectively unusable regardless of their individual status.
active, expired "active"
User ID of the administrator who created this credential.
"user-admin-001"
Timestamp when the credential was created.
Server-defined URL for this resource.
"/v1/iam/service-accounts/sa-pipeline-prod/credentials/cred-001"
Credential expiration timestamp. If not set at creation, defaults to the organization's configured maximum credential lifetime. Cannot exceed the org-level maximum.
Timestamp of the last successful token mint using this credential. Null if never used.
IP address from which this credential was last used.
"203.0.113.42"