Class AccountIamPolicyArgs
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.Billing
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AccountIamPolicyArgs : ResourceArgs
Constructors
View SourceAccountIamPolicyArgs()
Declaration
public AccountIamPolicyArgs()
Properties
View SourceBillingAccountId
The billing account id.
Declaration
public Input<string> BillingAccountId { 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 billing account. This policy overrides any existing
policy applied to the billing account.
Declaration
public Input<string> PolicyData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |