pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.devcenter.kotlin.outputs
/
DevCenterIdentity
Dev
Center
Identity
data
class
DevCenterIdentity
(
val
identityIds
:
List
<
String
>
?
=
null
,
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
)
Types
Constructors
Properties
Constructors
Dev
Center
Identity
Link copied to clipboard
fun
DevCenterIdentity
(
identityIds
:
List
<
String
>
?
=
null
,
principalId
:
String
?
=
null
,
tenantId
:
String
?
=
null
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
identity
Ids
Link copied to clipboard
val
identityIds
:
List
<
String
>
?
=
null
principal
Id
Link copied to clipboard
val
principalId
:
String
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String