Skip to main content

GoogleCloudIAMPrincipalGroup

No description

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

Fields

GoogleCloudIAMPrincipalGroup.id ● String! non-null scalar

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

GoogleCloudIAMPrincipalGroup.email ● String! non-null scalar

The email of the group

GoogleCloudIAMPrincipalGroup.deleted ● Boolean! non-null scalar

Indicates whether to expect the user is deleted

Interfaces

GoogleCloudIAMPrincipal interface