GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1ResolvedPolicy (google_api_chrome_policy v0.2.0) View Source
The resolved value of a policy for a given target.
Attributes
-
sourceKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t
, default:nil
) - Output only. The source resource from which this policy value is obtained. May be the same astargetKey
if the policy is directly modified on the target, otherwise it would be another resource from which the policy gets its value (if applicable). If not present, the source is the default value for the customer. -
targetKey
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t
, default:nil
) - Output only. The target resource for which the resolved policy value applies. -
value
(type:GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyValue.t
, default:nil
) - Output only. The resolved value of the policy.
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.GoogleChromePolicyV1ResolvedPolicy{ sourceKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t() | nil, targetKey: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyTargetKey.t() | nil, value: GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicyValue.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.