Identity Properties Args
    data class IdentityPropertiesArgs(val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null) : ConvertibleToJava<IdentityPropertiesArgs> 
Managed identity for the resource.
Constructors
Link copied to clipboard
                fun IdentityPropertiesArgs(principalId: Output<String>? = null, tenantId: Output<String>? = null, type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<Map<String, UserIdentityPropertiesArgs>>? = null)