Class AssignmentIdentity
Inheritance
System.Object
AssignmentIdentity
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.Policy.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AssignmentIdentity
Fields
View SourcePrincipalId
The Principal ID of this Policy Assignment if type is SystemAssigned.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The Tenant ID of this Policy Assignment if type is SystemAssigned.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The Managed Service Identity Type of this Policy Assignment. Possible values are SystemAssigned (where Azure will generate a Service Principal for you), or None (no use of a Managed Service Identity).
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |