Show / Hide Table of Contents

Class PolicyState

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

Constructors

View Source

PolicyState()

Declaration
public PolicyState()

Properties

View Source

BooleanPolicy

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

Declaration
public Input<PolicyBooleanPolicyGetArgs> BooleanPolicy { get; set; }
Property Value
Type Description
Input<PolicyBooleanPolicyGetArgs>
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

Etag

(Computed) The etag of the organization policy. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other.

Declaration
public Input<string> Etag { 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<PolicyListPolicyGetArgs> ListPolicy { get; set; }
Property Value
Type Description
Input<PolicyListPolicyGetArgs>
View Source

OrgId

The numeric ID of the organization to set the policy for.

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

RestorePolicy

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

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

UpdateTime

(Computed) The timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds, representing when the variable was last updated. Example: "2016-10-09T12:33:37.578138407Z".

Declaration
public Input<string> UpdateTime { get; set; }
Property Value
Type Description
Input<System.String>
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.