Resource Identity Response
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserIdentityResponse>? = null)
Azure Active Directory identity configuration for a resource.
Constructors
Link copied to clipboard
fun ResourceIdentityResponse(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserIdentityResponse>? = null)