Package-level declarations

Types

Link copied to clipboard
data class LoadTestEncryptionArgs(val identity: Output<LoadTestEncryptionIdentityArgs>, val keyUrl: Output<String>) : ConvertibleToJava<LoadTestEncryptionArgs>
Link copied to clipboard
data class LoadTestEncryptionIdentityArgs(val identityId: Output<String>, val type: Output<String>) : ConvertibleToJava<LoadTestEncryptionIdentityArgs>
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>