Show / Hide Table of Contents

Class IAMBindingState

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

Constructors

View Source

IAMBindingState()

Declaration
public IAMBindingState()

Properties

View Source

Condition

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

Etag

(Computed) The etag of the folder's IAM policy.

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

Folder

The resource name of the folder the policy is attached to. Its format is folders/{folder_id}.

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

Members

An array of identities that will be granted the privilege in the role. Each entry can have one of the following values:

  • user:{emailid}: An email address that is associated with a specific Google account. For example, alice@gmail.com.
  • serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
  • group:{emailid}: An email address that represents a Google group. For example, admins@example.com.
  • domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
  • 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>
View Source

Role

The role that should be applied. Only one gcp.folder.IAMBinding can be used per role. Note that custom roles must be of the format [projects|organizations]/{parent-name}/roles/{role-name}.

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