GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedTaxonomy (google_api_data_catalog v0.32.2)
View SourceA nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.
Attributes
-
activatedPolicyTypes
(type:list(String.t)
, default:nil
) - A list of policy types that are activated per taxonomy. -
description
(type:String.t
, default:nil
) - Description of the serialized taxonomy. At most 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. At most 200 bytes when encoded in UTF-8. -
policyTags
(type:list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedPolicyTag.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.V1.Model.GoogleCloudDatacatalogV1SerializedTaxonomy{ activatedPolicyTypes: [String.t()] | nil, description: String.t() | nil, displayName: String.t() | nil, policyTags: [ GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedPolicyTag.t() ] | nil }