Resource Identity Response
data class ResourceIdentityResponse(val principalId: String? = null, val tenantId: String? = null, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Constructors
Link copied to clipboard
fun ResourceIdentityResponse(principalId: String? = null, tenantId: String? = null, type: String? = null, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)