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

GoogleCloudIAMPrincipalUser

No description

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

Fields

GoogleCloudIAMPrincipalUser.id ● String! non-null scalar

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

GoogleCloudIAMPrincipalUser.email ● String! non-null scalar

The email of the user

GoogleCloudIAMPrincipalUser.deleted ● Boolean! non-null scalar

Indicates whether to expect the user is deleted

Interfaces

GoogleCloudIAMPrincipal interface