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