Package-level declarations

Types

Link copied to clipboard
data class EncryptionPropertiesArgs(val identity: Output<EncryptionPropertiesIdentityArgs>? = null, val keyUrl: Output<String>? = null) : ConvertibleToJava<EncryptionPropertiesArgs>

Key and identity details for Customer Managed Key encryption of load test resource.

Link copied to clipboard
data class EncryptionPropertiesIdentityArgs(val resourceId: Output<String>? = null, val type: Output<Either<String, Type>>? = null) : ConvertibleToJava<EncryptionPropertiesIdentityArgs>

All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.

Link copied to clipboard
data class GetLoadTestMappingPlainArgs(val loadTestMappingName: String, val resourceUri: String) : ConvertibleToJava<GetLoadTestMappingPlainArgs>
Link copied to clipboard
data class GetLoadTestPlainArgs(val loadTestName: String, val resourceGroupName: String) : ConvertibleToJava<GetLoadTestPlainArgs>
Link copied to clipboard
data class GetLoadTestProfileMappingPlainArgs(val loadTestProfileMappingName: String, val resourceUri: String) : ConvertibleToJava<GetLoadTestProfileMappingPlainArgs>
Link copied to clipboard
data class ManagedServiceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>

Managed service identity (system assigned and/or user assigned identities)