IdentityArgs

data class IdentityArgs(val type: Output<Either<String, IdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>

Identity for the resource.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, IdentityType>>, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, IdentityType>>

The identity type.

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

Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this volume group. The key is the ARM resource identifier of the identity.

Functions

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