Show / Hide Table of Contents

Class ServerIdentity

Inheritance
System.Object
ServerIdentity
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.MSSql.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerIdentity

Fields

View Source

PrincipalId

The Principal ID for the Service Principal associated with the Identity of this SQL Server.

Declaration
public readonly string PrincipalId
Field Value
Type Description
System.String
View Source

TenantId

(Optional) The tenant id of the Azure AD Administrator of this SQL Server.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
View Source

Type

Specifies the identity type of the Microsoft SQL Server. At this time the only allowed value is SystemAssigned.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.