pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.outputs
/
ClientGroupInfoResponse
Client
Group
Info
Response
data
class
ClientGroupInfoResponse
(
val
groupId
:
String
?
=
null
,
val
groupName
:
String
?
=
null
)
The information of AAD security group.
Types
Constructors
Properties
Constructors
Client
Group
Info
Response
Link copied to clipboard
fun
ClientGroupInfoResponse
(
groupId
:
String
?
=
null
,
groupName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
group
Id
Link copied to clipboard
val
groupId
:
String
?
=
null
The AAD security group id.
group
Name
Link copied to clipboard
val
groupName
:
String
?
=
null
The AAD security group name.