Show / Hide Table of Contents

Class OrganizationsResource

The "organizations" collection of methods.

Inheritance
object
OrganizationsResource
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

Constructors

OrganizationsResource(IClientService)

Constructs a new resource.

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

Properties

Constraints

Gets the Constraints resource.

Declaration
public virtual OrganizationsResource.ConstraintsResource Constraints { get; }
Property Value
Type Description
OrganizationsResource.ConstraintsResource

CustomConstraints

Gets the CustomConstraints resource.

Declaration
public virtual OrganizationsResource.CustomConstraintsResource CustomConstraints { get; }
Property Value
Type Description
OrganizationsResource.CustomConstraintsResource

Policies

Gets the Policies resource.

Declaration
public virtual OrganizationsResource.PoliciesResource Policies { get; }
Property Value
Type Description
OrganizationsResource.PoliciesResource
In This Article
Back to top Generated by DocFX