Resource Identity Response
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityMetaResponse>? = null)
Service identity associated with a resource.
Constructors
Link copied to clipboard
fun ResourceIdentityResponse(principalId: String, tenantId: String, type: String? = null, userAssignedIdentities: Map<String, UserAssignedIdentityMetaResponse>? = null)