メインコンテンツまでスキップ

GoogleCloudIAMPrincipalServiceAccount

No description

type GoogleCloudIAMPrincipalServiceAccount implements GoogleCloudIAMPrincipal {
id: String!
email: String!
deleted: Boolean!
}

Fields

GoogleCloudIAMPrincipalServiceAccount.id ● String! non-null scalar

The raw principal ID that follows https://cloud.google.com/iam/docs/principal-identifiers

GoogleCloudIAMPrincipalServiceAccount.email ● String! non-null scalar

The email of the service account

GoogleCloudIAMPrincipalServiceAccount.deleted ● Boolean! non-null scalar

Indicates whether to expect the user is deleted

Interfaces

GoogleCloudIAMPrincipal interface