toggle menu
pulumi-github-kotlin
5.26.0.1
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
TeamSyncGroupMappingGroup
Team
Sync
Group
Mapping
Group
data
class
TeamSyncGroupMappingGroup
(
val
groupDescription
:
String
,
val
groupId
:
String
,
val
groupName
:
String
)
Members
Constructors
Team
Sync
Group
Mapping
Group
Link copied to clipboard
constructor
(
groupDescription
:
String
,
groupId
:
String
,
groupName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
group
Description
Link copied to clipboard
val
groupDescription
:
String
The description of the IdP group.
group
Id
Link copied to clipboard
val
groupId
:
String
The ID of the IdP group.
group
Name
Link copied to clipboard
val
groupName
:
String
The name of the IdP group.