toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.devcenter.kotlin.inputs
/
DevCenterIdentityArgs
Dev
Center
Identity
Args
data
class
DevCenterIdentityArgs
(
val
identityIds
:
Output
<
List
<
String
>
>
?
=
null
,
val
principalId
:
Output
<
String
>
?
=
null
,
val
tenantId
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
DevCenterIdentityArgs
>
Members
Constructors
Dev
Center
Identity
Args
Link copied to clipboard
constructor
(
identityIds
:
Output
<
List
<
String
>
>
?
=
null
,
principalId
:
Output
<
String
>
?
=
null
,
tenantId
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)
Properties
identity
Ids
Link copied to clipboard
val
identityIds
:
Output
<
List
<
String
>
>
?
=
null
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null
tenant
Id
Link copied to clipboard
val
tenantId
:
Output
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DevCenterIdentityArgs