Show / Hide Table of Contents

Class GetOrganizationPolicyArgs

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

Constructors

View Source

GetOrganizationPolicyArgs()

Declaration
public GetOrganizationPolicyArgs()

Properties

View Source

Constraint

(Required) The name of the Constraint the Policy is configuring, for example, serviceuser.services. Check out the complete list of available constraints.

Declaration
public string Constraint { get; set; }
Property Value
Type Description
System.String
View Source

Project

The project ID.

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