StorageGraphBfgLmsPolicyMetadata

GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLmsPolicyMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata fields for LMS. See go/lms-online-restrictions for details.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. clientIdsAllowed (type: list(String.t), default: nil)
    -
  2. isEditorial (type: boolean(), default: nil)
    -
  3. modificationsAllowed (type: list(String.t), default: nil)
    - Int values corresponds to the values of image_repository.licensed.api.restrictions.Modification enum.
  4. regionsAllowed (type: GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions, default: nil)
    -
  5. regionsDisallowed (type: GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions, default: nil)
    -
  6. requiresAttribution (type: boolean(), default: nil)
    -
  7. requiresFirstPartyOnly (type: boolean(), default: nil)
    -
  8. requiresLinkback (type: boolean(), default: nil)
    -
  9. requiresShareAlike (type: boolean(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLmsPolicyMetadata{
clientIdsAllowed: [String.t()] | nil,
isEditorial: boolean() | nil,
modificationsAllowed: [String.t()] | nil,
regionsAllowed: GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions.t() | nil,
regionsDisallowed: GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions.t() | nil,
requiresAttribution: boolean() | nil,
requiresFirstPartyOnly: boolean() | nil,
requiresLinkback: boolean() | nil,
requiresShareAlike: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgLmsPolicyMetadata