Class AccountIamBindingArgs
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 AccountIamBindingArgs : ResourceArgs
Constructors
View SourceAccountIamBindingArgs()
Declaration
public AccountIamBindingArgs()
Properties
View SourceBillingAccountId
The billing account id.
Declaration
public Input<string> BillingAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Condition
Declaration
public Input<AccountIamBindingConditionArgs> Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccountIamBindingConditionArgs> |
Members
A list of users that the role should apply to. For more details on format and restrictions see https://cloud.google.com/billing/reference/rest/v1/Policy#Binding
Declaration
public InputList<string> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Role
The role that should be applied.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |