pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.loadtest.kotlin.inputs
Package-level
declarations
Types
Types
Load
Test
Identity
Args
Link copied to clipboard
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
>
Load
Test
Identity
Args
Builder
Link copied to clipboard
class
LoadTestIdentityArgsBuilder
Builder for
LoadTestIdentityArgs
.