LoadTestIdentityArgs

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

Link copied to clipboard
constructor(identityIds: Output<List<String>>? = null, principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val identityIds: Output<List<String>>? = null

A list of the User Assigned Identity IDs that should be assigned to this Load Test.

Link copied to clipboard
val principalId: Output<String>? = null

The Principal ID for the System-Assigned Managed Identity assigned to this Load Test.

Link copied to clipboard
val tenantId: Output<String>? = null

The Tenant ID for the System-Assigned Managed Identity assigned to this Load Test.

Link copied to clipboard
val type: Output<String>

Specifies the type of Managed Identity that should be assigned to this Load Test Encryption. Possible values are SystemAssigned or UserAssigned. Changing this forces a new Load Test to be created.

Functions

Link copied to clipboard
open override fun toJava(): LoadTestIdentityArgs