Identity Args
data class IdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<IdentityArgs>
Identity for the resource.
Constructors
Link copied to clipboard
constructor(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<Map<String, Any>>? = null)