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

Resource representing a policy schema. Next ID: 12

Attributes

  • accessRestrictions (type: list(String.t), default: nil) - Output only. Specific access restrictions related to this policy.
  • additionalTargetKeyNames (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1AdditionalTargetKeyName.t), default: nil) - Output only. Additional key names that will be used to identify the target of the policy value. When specifying a policyTargetKey, each of the additional keys specified here will have to be included in the additionalTargetKeys map.
  • definition (type: GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto.t, default: nil) - Schema definition using proto descriptor.
  • fieldDescriptions (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchemaFieldDescription.t), default: nil) - Output only. Detailed description of each field that is part of the schema.
  • name (type: String.t, default: nil) - Format: name=customers/{customer}/policySchemas/{schema_namespace}
  • notices (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchemaNoticeDescription.t), default: nil) - Output only. Special notice messages related to setting certain values in certain fields in the schema.
  • policyApiLifeycle (type: GoogleApi.ChromePolicy.V1.Model.ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.t, default: nil) - Output only. Current life cycle information.
  • policyDescription (type: String.t, default: nil) - Output only. Description about the policy schema for user consumption.
  • schemaName (type: String.t, default: nil) - Output only. The fully qualified name of the policy schema. This value is used to fill the field policy_schema in PolicyValue when calling BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies
  • supportUri (type: String.t, default: nil) - Output only. URI to related support article for this schema.
  • validTargetResources (type: list(String.t), default: nil) - Output only. Information about applicable target resources for 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.GoogleChromePolicyV1PolicySchema{
  accessRestrictions: [String.t()] | nil,
  additionalTargetKeyNames:
    [
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1AdditionalTargetKeyName.t()
    ]
    | nil,
  definition:
    GoogleApi.ChromePolicy.V1.Model.Proto2FileDescriptorProto.t() | nil,
  fieldDescriptions:
    [
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchemaFieldDescription.t()
    ]
    | nil,
  name: String.t() | nil,
  notices:
    [
      GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyV1PolicySchemaNoticeDescription.t()
    ]
    | nil,
  policyApiLifeycle:
    GoogleApi.ChromePolicy.V1.Model.ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle.t()
    | nil,
  policyDescription: String.t() | nil,
  schemaName: String.t() | nil,
  supportUri: String.t() | nil,
  validTargetResources: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.