Class CustomersResource.PoliciesResource.ResolveRequest
Gets the resolved policy values for a list of policies that match a search query.
Inheritance
CustomersResource.PoliciesResource.ResolveRequest
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PoliciesResource.ResolveRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>, IClientServiceRequest
Constructors
ResolveRequest(IClientService, GoogleChromePolicyVersionsV1ResolveRequest, string)
Constructs a new Resolve request.
Declaration
public ResolveRequest(IClientService service, GoogleChromePolicyVersionsV1ResolveRequest body, string customer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleChromePolicyVersionsV1ResolveRequest | body | |
string | customer |
Properties
Customer
ID of the G Suite account or literal "my_customer" for the customer associated to the request.
Declaration
[RequestParameter("customer", RequestParameterType.Path)]
public virtual string Customer { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Resolve parameter list.
Declaration
protected override void InitParameters()