OBJECT
ServiceAccount
Description
Service Account.
link GraphQL Schema definition
- type ServiceAccount {
- # Client ID of the service account.
- String! :
- # Name of the service account.
- String! :
- # Description of the service account.
- String! :
- # Timestamp of the last login by the service account.
- DateTime :
- # ID of the integration that uses this service account.
- Long :
- # Name of the integration that uses this service account.
- String :
- # Roles assigned to the service account.
- Role!]! : [
- }