Show / Hide Table of Contents

Class OrganizationPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OrganizationPolicyArgs
Inherited Members
ResourceArgs.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.Folder
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class OrganizationPolicyArgs : ResourceArgs

Constructors

View Source

OrganizationPolicyArgs()

Declaration
public OrganizationPolicyArgs()

Properties

View Source

BooleanPolicy

A boolean policy is a constraint that is either enforced or not. Structure is documented below.

Declaration
public Input<OrganizationPolicyBooleanPolicyArgs> BooleanPolicy { get; set; }
Property Value
Type Description
Input<OrganizationPolicyBooleanPolicyArgs>
View Source

Constraint

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

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

Folder

The resource name of the folder to set the policy for. Its format is folders/{folder_id}.

Declaration
public Input<string> Folder { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ListPolicy

A policy that can define specific values that are allowed or denied for the given constraint. It can also be used to allow or deny all values. Structure is documented below.

Declaration
public Input<OrganizationPolicyListPolicyArgs> ListPolicy { get; set; }
Property Value
Type Description
Input<OrganizationPolicyListPolicyArgs>
View Source

RestorePolicy

A restore policy is a constraint to restore the default policy. Structure is documented below.

Declaration
public Input<OrganizationPolicyRestorePolicyArgs> RestorePolicy { get; set; }
Property Value
Type Description
Input<OrganizationPolicyRestorePolicyArgs>
View Source

Version

Version of the Policy. Default version is 0.

Declaration
public Input<int> Version { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.