List all the service accounts
List all the existing service account(s)
-
200 Service account list
Array [
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.
]
-
204 No service account defined or insufficient permissions
-
401 Authentication error
-
403 Forbidden action
-
500 Unexpected internal server error