View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAttribute (google_api_dataplex v0.20.0)
Denotes one dataAttribute in a dataTaxonomy, for example, PII. DataAttribute resources can be defined in a hierarchy. A single dataAttribute resource can contain specs of multiple types PII - ResourceAccessSpec : - readers :foo@bar.com - DataAccessSpec : - readers :bar@foo.com
Attributes
-
attributeCount
(type:integer()
, default:nil
) - Output only. The number of child attributes present for this attribute. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the DataAttribute was created. -
dataAccessSpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAccessSpec.t
, default:nil
) - Optional. Specified when applied to data stored on the resource (eg: rows, columns in BigQuery Tables). -
description
(type:String.t
, default:nil
) - Optional. Description of the DataAttribute. -
displayName
(type:String.t
, default:nil
) - Optional. User friendly display name. -
etag
(type:String.t
, default:nil
) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. -
labels
(type:map()
, default:nil
) - Optional. User-defined labels for the DataAttribute. -
name
(type:String.t
, default:nil
) - Output only. The relative resource name of the dataAttribute, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}. -
parentId
(type:String.t
, default:nil
) - Optional. The ID of the parent DataAttribute resource, should belong to the same data taxonomy. Circular dependency in parent chain is not valid. Maximum depth of the hierarchy allowed is 4. a -> b -> c -> d -> e, depth = 4 -
resourceAccessSpec
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ResourceAccessSpec.t
, default:nil
) - Optional. Specified when applied to a resource (eg: Cloud Storage bucket, BigQuery dataset, BigQuery table). -
uid
(type:String.t
, default:nil
) - Output only. System generated globally unique ID for the DataAttribute. This ID will be different if the DataAttribute is deleted and re-created with the same name. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the DataAttribute was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAttribute{ attributeCount: integer() | nil, createTime: DateTime.t() | nil, dataAccessSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataAccessSpec.t() | nil, description: String.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, labels: map() | nil, name: String.t() | nil, parentId: String.t() | nil, resourceAccessSpec: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ResourceAccessSpec.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }