toggle menu
pulumi-azure-kotlin
5.79.0.1
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.loadtest.kotlin.outputs
Package-level
declarations
Types
Types
Load
Test
Encryption
Link copied to clipboard
data
class
LoadTestEncryption
(
val
identity
:
LoadTestEncryptionIdentity
,
val
keyUrl
:
String
)
Load
Test
Encryption
Identity
Link copied to clipboard
data
class
LoadTestEncryptionIdentity
(
val
identityId
:
String
,
val
type
:
String
)
Load
Test
Identity
Link copied to clipboard
data
class
LoadTestIdentity
(
val
identityIds
:
List
<
String
>
?
=
null
,
val
principalId
:
String
?
=
null
,
val
tenantId
:
String
?
=
null
,
val
type
:
String
)