Class GetServerIdentityResult
Inheritance
System.Object
GetServerIdentityResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Sql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServerIdentityResult
Fields
View SourcePrincipalId
The ID of the Principal (Client) in Azure Active Directory.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The ID of the Azure Active Directory Tenant.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The identity type of the SQL Server.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |