VolumeGroupIdentityArgs

data class VolumeGroupIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<VolumeGroupIdentityArgs>

Constructors

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

Functions

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

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 Elastic SAN Volume Group.

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

The Principal ID associated with the Managed Service Identity assigned to this Elastic SAN Volume Group.

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

The Tenant ID associated with this Managed Service Identity assigned to this Elastic SAN Volume Group.

Link copied to clipboard
val type: Output<String>

Specifies the type of Managed Identity that should be assigned to this Elastic SAN Volume Group. Possible values are SystemAssigned and UserAssigned.