Show / Hide Table of Contents

Class FoldersResource.ConstraintsResource

The "constraints" collection of methods.

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