Show / Hide Table of Contents

Class GetIAMPolicyArgs

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

Constructors

View Source

GetIAMPolicyArgs()

Declaration
public GetIAMPolicyArgs()

Properties

View Source

AuditConfigs

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.