GoogleCloudIAMServiceAccount
No description
type GoogleCloudIAMServiceAccount {
metadata: ResourceMetadata!
name: String!
displayName: String!
description: String!
disabled: Boolean!
email: String!
oauth2ClientId: String!
projectId: String!
uniqueId: String!
keys: [GoogleCloudIAMServiceAccountKey!]!
}
Fields
GoogleCloudIAMServiceAccount.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
GoogleCloudIAMServiceAccount.name ● String! non-null scalar
The service account name The format:
projects/{PROJECT_ID}/serviceAccounts/{EMAIL_ADDRESS}ORprojects/{PROJECT_ID}/serviceAccounts/{UNIQUE_ID}
GoogleCloudIAMServiceAccount.displayName ● String! non-null scalar
The user-specified name
GoogleCloudIAMServiceAccount.description ● String! non-null scalar
The description
GoogleCloudIAMServiceAccount.disabled ● Boolean! non-null scalar
Indicates whether the service account is disabled
GoogleCloudIAMServiceAccount.email ● String! non-null scalar
The email address
GoogleCloudIAMServiceAccount.oauth2ClientId ● String! non-null scalar
The OAuth 2.0 client ID
GoogleCloudIAMServiceAccount.projectId ● String! non-null scalar
Project ID
GoogleCloudIAMServiceAccount.uniqueId ● String! non-null scalar
The unique, stable numeric ID for the service account
GoogleCloudIAMServiceAccount.keys ● [GoogleCloudIAMServiceAccountKey!]! non-null object
The service account keys
Member of
GoogleCloudIAM object