Group

Create a group.

Properties

Link copied to clipboard
val displayName: Output<String>

The display name of the group.

Link copied to clipboard
val groupId: Output<String>?

Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inviteLinkCount: Output<Int>

The number of invite links for this group.

Link copied to clipboard
val name: Output<String>

The name of the group resource. Format: projects/{project_number}/groups/{group_alias}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val releaseCount: Output<Int>

The number of releases this group is permitted to access.

Link copied to clipboard
val testerCount: Output<Int>

The number of testers who are members of this group.

Link copied to clipboard
val urn: Output<String>