Class GetOrganizationPolicyArgs
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.Projects
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetOrganizationPolicyArgs : InvokeArgs
Constructors
View SourceGetOrganizationPolicyArgs()
Declaration
public GetOrganizationPolicyArgs()
Properties
View SourceConstraint
(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 |
Project
The project ID.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |