RoleAssignmentDetailsList

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
count integer Number of role assignments.
value array
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-roleassignmentdetailslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RoleAssignmentDetailsList",
  "title": "RoleAssignmentDetailsList",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "Number of role assignments."
    },
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RoleAssignmentDetails"
      }
    }
  }
}