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):
Attributes
-
clientIdsAllowed
(type:list(String.t)
, default:nil
)
- -
isEditorial
(type:boolean()
, default:nil
)
- -
modificationsAllowed
(type:list(String.t)
, default:nil
)
- Int values corresponds to the values of image_repository.licensed.api.restrictions.Modification enum. -
regionsAllowed
(type:GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions
, default:nil
)
- -
regionsDisallowed
(type:GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions
, default:nil
)
- -
requiresAttribution
(type:boolean()
, default:nil
)
- -
requiresFirstPartyOnly
(type:boolean()
, default:nil
)
- -
requiresLinkback
(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
}
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