Identity Properties Response
data class IdentityPropertiesResponse(val principalId: String? = null, val tenantId: String? = null, val type: String? = null, val userAssignedIdentities: Map<String, UserIdentityPropertiesResponse>? = null)
Managed identity for the resource.
Constructors
Link copied to clipboard
fun IdentityPropertiesResponse(principalId: String? = null, tenantId: String? = null, type: String? = null, userAssignedIdentities: Map<String, UserIdentityPropertiesResponse>? = null)