View Source GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolveRequest (google_api_chrome_policy v0.4.0)
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
) - 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." -
policyTargetKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t
, default:nil
) - Required. The key of the target resource on which the policies should be resolved.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1ResolveRequest{ pageSize: integer() | nil, pageToken: String.t() | nil, policySchemaFilter: String.t() | nil, policyTargetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1PolicyTargetKey.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.