Show / Hide Table of Contents

Class OrganizationsResource.ConstraintsResource

The "constraints" collection of methods.

Inheritance
object
OrganizationsResource.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 OrganizationsResource.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 OrganizationsResource.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
OrganizationsResource.ConstraintsResource.ListRequest
In This Article
Back to top Generated by DocFX