GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedTaxonomy (google_api_data_catalog v0.32.2)
View SourceMessage capturing a taxonomy and its policy tag hierarchy as a nested proto. Used for taxonomy import/export and mutation.
Attributes
-
activatedPolicyTypes
(type:list(String.t)
, default:nil
) - A list of policy types that are activated for a taxonomy. -
description
(type:String.t
, default:nil
) - Description of the serialized taxonomy. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description. -
displayName
(type:String.t
, default:nil
) - Required. Display name of the taxonomy. Max 200 bytes when encoded in UTF-8. -
policyTags
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag.t)
, default:nil
) - Top level policy tags associated with the taxonomy if any.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedTaxonomy{ activatedPolicyTypes: [String.t()] | nil, description: String.t() | nil, displayName: String.t() | nil, policyTags: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SerializedPolicyTag.t() ] | nil }