Group Group Key Args
data class GroupGroupKeyArgs(val id: Output<String>, val namespace: Output<String>? = null) : ConvertibleToJava<GroupGroupKeyArgs>
Properties
Link copied to clipboard
Link copied to clipboard
The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of identitysources/{identity_source_id}
.