Show / Hide Table of Contents

Class CustomersResource.PolicySchemasResource

The "policySchemas" collection of methods.

Inheritance
object
CustomersResource.PolicySchemasResource
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.PolicySchemasResource

Constructors

PolicySchemasResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Get a specific policy schema for a customer by its resource name.

Declaration
public virtual CustomersResource.PolicySchemasResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The policy schema resource name to query.

Returns
Type Description
CustomersResource.PolicySchemasResource.GetRequest

List(string)

Gets a list of policy schemas that match a specified filter value for a given customer.

Declaration
public virtual CustomersResource.PolicySchemasResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The customer for which the listing request will apply.

Returns
Type Description
CustomersResource.PolicySchemasResource.ListRequest
In this article
Back to top Generated by DocFX