Show / Hide Table of Contents

Class ProjectsResource.ConstraintsResource

The "constraints" collection of methods.

Inheritance
object
ProjectsResource.ConstraintsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OrgPolicyAPI.v2
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class ProjectsResource.ConstraintsResource

Constructors

ConstraintsResource(IClientService)

Constructs a new resource.

Declaration
public ConstraintsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists constraints that could be applied on the specified resource.

Declaration
public virtual ProjectsResource.ConstraintsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The Google Cloud resource that parents the constraint. Must be in one of the following forms:

  • projects/{project_number} * projects/{project_id} * folders/{folder_id} * organizations/{organization_id}
Returns
Type Description
ProjectsResource.ConstraintsResource.ListRequest
In this article
Back to top Generated by DocFX