Retrieve an existing service account
Retrieve an existing service account based on its name
|
name
string
requiredThe internal name of the service account to retrieve |
-
200 The service account
readonlyboolean requiredIf true, this object was externally provisioned and cannot be edited
namestring requiredInternal name for the service account
trustConfigobject (Static JWKS) | object (Dynamic JWKS) requiredInformation about how to trust the token for this service account
validationRulesarray of string requiredList of rules to apply on top of signature verification for the incoming JWT to be trusted
permissionsarray of objects (Permission) requiredList of permissions to apply for successfully validated JWTs
rolesarray of string requiredList of roles to apply for successfully validated JWTs
_idstring (Internal ID)Object internal ID
iatFutureRestrictionstringMaximum duration in the future the JWT iat claim is allowed to be. Must be set together with iatPastRestriction.
iatPastRestrictionstringMaximum duration in the past the JWT iat claim is allowed to be. Must be set together with iatFutureRestriction.
jwtAllowedClockSkewstringAllowed clock skew when validating JWT time-based claims.
identifierMappingstringTemplate string used to compute the identifier of the principal authenticated by this service account.
-
401 Authentication error
-
403 Forbidden action
-
404 Service account not found
-
500 Unexpected internal server error