GoogleIAMServiceAccountKey
No description
type GoogleIAMServiceAccountKey {
name: String!
disabled: Boolean!
algorithm: GoogleIAMServiceAccountKeyAlgorithm!
origin: GoogleIAMServiceAccountKeyOrigin!
keyType: GoogleIAMServiceAccountKeyType!
validAfterAt: DateTime!
validBeforeAt: DateTime!
}
Fields
GoogleIAMServiceAccountKey.name ● String! non-null scalar
The resource name of the service account key The format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}
GoogleIAMServiceAccountKey.disabled ● Boolean! non-null scalar
The state if the service account key is disabled
GoogleIAMServiceAccountKey.algorithm ● GoogleIAMServiceAccountKeyAlgorithm! non-null enum
The algorithm
GoogleIAMServiceAccountKey.origin ● GoogleIAMServiceAccountKeyOrigin! non-null enum
The key origin
GoogleIAMServiceAccountKey.keyType ● GoogleIAMServiceAccountKeyType! non-null enum
The key type
GoogleIAMServiceAccountKey.validAfterAt ● DateTime! non-null scalar
The key can be used after this timestamp
GoogleIAMServiceAccountKey.validBeforeAt ● DateTime! non-null scalar
The key can be used before this timestamp
Member of
GoogleIAMServiceAccount object