Class GoogleChromePolicyVersionsV1ResolveRequest
Request message for getting the resolved policy value for a specific target.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ResolveRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
The maximum number of policies to return, defaults to 100 and has a maximum of 1000.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
The page token used to retrieve a specific page of the request.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicySchemaFilter
Required. The schema filter to apply to the resolve request. Specify a schema name to view a particular schema, for example: chrome.users.ShowLogoutButton Wildcards are supported, but only in the leaf portion of the schema name. Wildcards cannot be used in namespace directly. Please read https://developers.google.com/chrome/policy/guides/policy-schemas for details on schema namespaces. For example: Valid: "chrome.users.", "chrome.users.apps.", "chrome.printers." Invalid: "", ".users", "chrome.", "chrome..apps."
Declaration
[JsonProperty("policySchemaFilter")]
public virtual string PolicySchemaFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyTargetKey
Required. The key of the target resource on which the policies should be resolved.
Declaration
[JsonProperty("policyTargetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey PolicyTargetKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |