Show / Hide Table of Contents

Class GetIAMPolicyBindingResult

Inheritance
System.Object
GetIAMPolicyBindingResult
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.Organizations.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetIAMPolicyBindingResult

Fields

View Source

Condition

Declaration
public readonly GetIAMPolicyBindingConditionResult Condition
Field Value
Type Description
GetIAMPolicyBindingConditionResult
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 readonly ImmutableArray<string> Members
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<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 readonly string Role
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.