Show / Hide Table of Contents

Class CustomersResource.PoliciesResource

The "policies" collection of methods.

Inheritance
object
CustomersResource.PoliciesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource

Constructors

PoliciesResource(IClientService)

Constructs a new resource.

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

Properties

Groups

Gets the Groups resource.

Declaration
public virtual CustomersResource.PoliciesResource.GroupsResource Groups { get; }
Property Value
Type Description
CustomersResource.PoliciesResource.GroupsResource

Networks

Gets the Networks resource.

Declaration
public virtual CustomersResource.PoliciesResource.NetworksResource Networks { get; }
Property Value
Type Description
CustomersResource.PoliciesResource.NetworksResource

Orgunits

Gets the Orgunits resource.

Declaration
public virtual CustomersResource.PoliciesResource.OrgunitsResource Orgunits { get; }
Property Value
Type Description
CustomersResource.PoliciesResource.OrgunitsResource

Methods

Resolve(GoogleChromePolicyVersionsV1ResolveRequest, string)

Gets the resolved policy values for a list of policies that match a search query.

Declaration
public virtual CustomersResource.PoliciesResource.ResolveRequest Resolve(GoogleChromePolicyVersionsV1ResolveRequest body, string customer)
Parameters
Type Name Description
GoogleChromePolicyVersionsV1ResolveRequest body

The body of the request.

string customer

ID of the G Suite account or literal "my_customer" for the customer associated to the request.

Returns
Type Description
CustomersResource.PoliciesResource.ResolveRequest
In this article
Back to top Generated by DocFX