Class GetIAMPolicyArgs
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetIAMPolicyArgs : InvokeArgs
Constructors
View SourceGetIAMPolicyArgs()
Declaration
public GetIAMPolicyArgs()
Properties
View SourceAuditConfigs
A nested configuration block that defines logging additional configuration for your project.
Declaration
public List<GetIAMPolicyAuditConfigArgs> AuditConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetIAMPolicyAuditConfigArgs> |
Bindings
A nested configuration block (described below)
defining a binding to be included in the policy document. Multiple
binding arguments are supported.
Declaration
public List<GetIAMPolicyBindingArgs> Bindings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetIAMPolicyBindingArgs> |