Identity Args
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
The identity type.
Link copied to clipboard
Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.