Microsoft Azure · Schema

onYourDataSystemAssignedManagedIdentityAuthenticationOptions

The authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1
View JSON Schema on GitHub

JSON Schema

microsoft-azure-onyourdatasystemassignedmanagedidentityauthenticationoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/onYourDataSystemAssignedManagedIdentityAuthenticationOptions",
  "title": "onYourDataSystemAssignedManagedIdentityAuthenticationOptions",
  "description": "The authentication options for Azure OpenAI On Your Data when using a system-assigned managed identity.",
  "allOf": [
    {
      "$ref": "#/components/schemas/onYourDataAuthenticationOptions"
    }
  ],
  "x-ms-discriminator-value": "system_assigned_managed_identity"
}