ProjectGroup

constructor(@Json(name = "id") id: String, @Json(name = "displayName") displayName: String? = null, @Json(name = "description") description: String? = null, @Json(name = "identityProviderAttributeValue") identityProviderAttributeValue: String? = null, @Json(name = "projects") projects: List<ProjectReference>? = null)

Parameters

id

The unique identifier for the project group. Must not contain whitespace.

displayName

The label used when displaying the project group.

description

The description of the project group.

identityProviderAttributeValue

The value of an identity provider attribute this project group is associated with. Users who have this value in the identity provider attribute will be assigned this project group.

projects