GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolveRequest (google_api_chrome_policy v0.2.0) View Source

Request message for getting the resolved policy value for a specific target.

Attributes

  • pageSize (type: integer(), default: nil) - The maximum number of policies to return, defaults to 100 and has a maximum of 1000.
  • pageToken (type: String.t, default: nil) - The page token used to retrieve a specific page of the request.
  • policySchemaFilter (type: String.t, default: nil) - 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/chrome-management/guides/policyapi for details on schema namepsaces. For example: Valid: "chrome.users.", "chrome.users.apps.", "chrome.printers." Invalid: "", ".users", "chrome.", "chrome..apps."
  • policyTargetKey (type: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t, default: nil) - Required. The key of the target resource on which the policies should be resolved. The target resource must point to an Org Unit.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolveRequest{
  pageSize: integer() | nil,
  pageToken: String.t() | nil,
  policySchemaFilter: String.t() | nil,
  policyTargetKey:
    GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t()
    | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.