Class SqlServerIdentityArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SqlServerIdentityArgs : ResourceArgs
Constructors
View SourceSqlServerIdentityArgs()
Declaration
public SqlServerIdentityArgs()
Properties
View SourcePrincipalId
The Principal ID for the Service Principal associated with the Identity of this SQL Server.
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The Tenant ID for the Service Principal associated with the Identity of this SQL Server.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Specifies the identity type of the Microsoft SQL Server. At this time the only allowed value is SystemAssigned.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |