Class IAMMemberState
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.Projects
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IAMMemberState : ResourceArgs
Constructors
View SourceIAMMemberState()
Declaration
public IAMMemberState()
Properties
View SourceCondition
An IAM Condition for a given binding. Structure is documented below.
Declaration
public Input<IAMMemberConditionGetArgs> Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<IAMMemberConditionGetArgs> |
Etag
(Computed) The etag of the project's IAM policy.
Declaration
public Input<string> Etag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Member
Declaration
public Input<string> Member { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The project ID. If not specified for gcp.projects.IAMBinding, gcp.projects.IAMMember, or gcp.projects.IAMAuditConfig, uses the ID of the project configured with the provider.
Required for gcp.projects.IAMPolicy - you must explicitly set the project, and it
will not be inferred from the provider.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
The role that should be applied. Only one
gcp.projects.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> |