Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
SqlServerAadAdministratorProperties.cs1.1 kB
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System.Text.Json.Serialization; namespace AzureMcp.Sql.Services.Models { /// <summary> /// A class representing the SqlServerAadAdministrator properties model. /// Azure Active Directory administrator properties. /// </summary> internal sealed class SqlServerAadAdministratorProperties { /// <summary> Type of the sever administrator. </summary> public string? AdministratorType { get; set; } /// <summary> Login name of the server administrator. </summary> public string? Login { get; set; } /// <summary> SID (object ID) of the server administrator. </summary> public Guid? Sid { get; set; } /// <summary> Tenant ID of the administrator. </summary> public Guid? TenantId { get; set; } /// <summary> Azure Active Directory only Authentication enabled. </summary> [JsonPropertyName("azureADOnlyAuthentication")] public bool? IsAzureADOnlyAuthenticationEnabled { get; set; } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Azure/azure-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server