Show / Hide Table of Contents

Class GetIAMPolicyBindingArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIAMPolicyBindingArgs
Inherited Members
InvokeArgs.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.Organizations.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetIAMPolicyBindingArgs : InvokeArgs

Constructors

View Source

GetIAMPolicyBindingArgs()

Declaration
public GetIAMPolicyBindingArgs()

Properties

View Source

Condition

Declaration
public GetIAMPolicyBindingConditionArgs Condition { get; set; }
Property Value
Type Description
GetIAMPolicyBindingConditionArgs
View Source

Members

An array of identities that will be granted the privilege in the role. For more details on format and restrictions see https://cloud.google.com/billing/reference/rest/v1/Policy#Binding Each entry can have one of the following values:

  • allUsers: A special identifier that represents anyone who is on the internet; with or without a Google account. It can't be used with the gcp.organizations.Project resource.
  • allAuthenticatedUsers: A special identifier that represents anyone who is authenticated with a Google account or a service account. It can't be used with the gcp.organizations.Project resource.
  • user:{emailid}: An email address that represents 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.
Declaration
public List<string> Members { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Role

The role/permission that will be granted to the members. See the IAM Roles documentation for a complete list of roles. Note that custom roles must be of the format [projects|organizations]/{parent-name}/roles/{role-name}.

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