Show / Hide Table of Contents

Class AssignmentIdentityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AssignmentIdentityArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AssignmentIdentityArgs : ResourceArgs

Constructors

View Source

AssignmentIdentityArgs()

Declaration
public AssignmentIdentityArgs()

Properties

View Source

PrincipalId

The Principal ID of this Policy Assignment if type is SystemAssigned.

Declaration
public Input<string> PrincipalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TenantId

The Tenant ID of this Policy Assignment if type is SystemAssigned.

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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 Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.