Skip to main content

GoogleCloudIAMServiceAccountKey

No description

type GoogleCloudIAMServiceAccountKey {
name: String!
disabled: Boolean!
algorithm: GoogleCloudIAMServiceAccountKeyAlgorithm!
origin: GoogleCloudIAMServiceAccountKeyOrigin!
type: GoogleCloudIAMServiceAccountKeyType!
validAfterAt: DateTime!
validBeforeAt: DateTime!
}

Fields

GoogleCloudIAMServiceAccountKey.name ● String! non-null scalar

The resource name of the service account key The format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}

GoogleCloudIAMServiceAccountKey.disabled ● Boolean! non-null scalar

Indicates whether the service account key is disabled

GoogleCloudIAMServiceAccountKey.algorithm ● GoogleCloudIAMServiceAccountKeyAlgorithm! non-null enum

The algorithm

GoogleCloudIAMServiceAccountKey.origin ● GoogleCloudIAMServiceAccountKeyOrigin! non-null enum

The key origin

GoogleCloudIAMServiceAccountKey.type ● GoogleCloudIAMServiceAccountKeyType! non-null enum

The key type

GoogleCloudIAMServiceAccountKey.validAfterAt ● DateTime! non-null scalar

The key can be used after this timestamp

GoogleCloudIAMServiceAccountKey.validBeforeAt ● DateTime! non-null scalar

The key can be used before this timestamp

Member of

GoogleCloudIAMServiceAccount object