View Source GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgUmpPolicyMetadata (google_api_content_warehouse v0.4.0)
Metadata fields for UMP. A piece of data satisfies UMP policy if: (data access region is in the regions_allowed list) AND (data access time >= availability_start_timestamp) AND (data access time < availability_end_timestamp)
Attributes
-   availabilityEnds(type:DateTime.t, default:nil) - Timestamp after which data with this policy cannot be used.
-   availabilityStarts(type:DateTime.t, default:nil) - Timestamp before which data with this policy cannot be used.
-   regionsAllowed(type:GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgUmpPolicyMetadata{ availabilityEnds: DateTime.t() | nil, availabilityStarts: DateTime.t() | nil, regionsAllowed: GoogleApi.ContentWarehouse.V1.Model.KeGovernanceTypedRegions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.