ResourceIdentityArgs

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

Msi identity details of the resource

Constructors

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

Properties

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

Identity type

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

User Assigned Identities

Functions

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