Show / Hide Table of Contents

Class AccountIamMemberArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountIamMemberArgs
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.Gcp.Billing
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AccountIamMemberArgs : ResourceArgs

Constructors

View Source

AccountIamMemberArgs()

Declaration
public AccountIamMemberArgs()

Properties

View Source

BillingAccountId

The billing account id.

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

Condition

Declaration
public Input<AccountIamMemberConditionArgs> Condition { get; set; }
Property Value
Type Description
Input<AccountIamMemberConditionArgs>
View Source

Member

The user 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 Input<string> Member { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Role

The role that should be applied.

Declaration
public Input<string> Role { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.