Managed Identity Response
    data class ManagedIdentityResponse(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 ManagedIdentityResponse(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserIdentityResponse>? = null)