toggle menu
pulumi-github-kotlin
6.7.2.0
jvm
switch theme
search in API
pulumi-github-kotlin
/
com.pulumi.github.kotlin.outputs
/
GetExternalGroupsExternalGroup
Get
External
Groups
External
Group
data
class
GetExternalGroupsExternalGroup
(
val
groupId
:
Int
,
val
groupName
:
String
,
val
updatedAt
:
String
)
Members
Constructors
Get
External
Groups
External
Group
Link copied to clipboard
constructor
(
groupId
:
Int
,
groupName
:
String
,
updatedAt
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
group
Id
Link copied to clipboard
val
groupId
:
Int
the ID of the group.
group
Name
Link copied to clipboard
val
groupName
:
String
the name of the group.
updated
At
Link copied to clipboard
val
updatedAt
:
String
the date the group was last updated.