pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.loadtest.kotlin.inputs
/
LoadTestIdentityArgs
Load
Test
Identity
Args
data
class
LoadTestIdentityArgs
(
val
identityIds
:
Output
<
List
<
String
>
>
?
=
null
,
val
principalId
:
Output
<
String
>
?
=
null
,
val
tenantId
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
LoadTestIdentityArgs
>
Constructors
Functions
Properties
Constructors
Load
Test
Identity
Args
Link copied to clipboard
fun
LoadTestIdentityArgs
(
identityIds
:
Output
<
List
<
String
>
>
?
=
null
,
principalId
:
Output
<
String
>
?
=
null
,
tenantId
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LoadTestIdentityArgs
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
>