Class IAMPolicyState
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.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IAMPolicyState : ResourceArgs
Constructors
View SourceIAMPolicyState()
Declaration
public IAMPolicyState()
Properties
View SourceEtag
Declaration
public Input<string> Etag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OrgId
The numeric ID of the organization in which you want to create a custom role.
Declaration
public Input<string> OrgId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyData
The gcp.organizations.getIAMPolicy data source that represents
the IAM policy that will be applied to the organization. This policy overrides any existing
policy applied to the organization.
Declaration
public Input<string> PolicyData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |