Resource: TagTemplate
A tag template defines a tag, which can have one or more typed fields. The template is used to create and attach the tag to Google Cloud resources. Tag template roles provide permissions to create, edit, and use the template. See, for example, the TagTemplate User role, which includes permission to use the tag template to tag resources.
JSON representation |
---|
{ "name": string, "displayName": string, "fields": { string: { object ( |
Fields | |
---|---|
name |
Identifier. The resource name of the tag template in URL format. Example:
Note that this TagTemplate and its child resources may not actually be stored in the location in this name. |
display |
The display name for this template. Defaults to an empty string. |
fields |
Required. Map of tag template field IDs to the settings for the field. This map is an exhaustive list of the allowed fields. This map must contain at least one field and at most 500 fields. The keys to this map are tag template field IDs. Field IDs can contain letters (both uppercase and lowercase), numbers (0-9) and underscores (_). Field IDs must be at least 1 character long and at most 64 characters long. Field IDs must start with a letter or underscore. |
dataplex |
Output only. Transfer status of the TagTemplate |
DataplexTransferStatus
This enum describes TagTemplate transfer status to Dataplex service.
Enums | |
---|---|
DATAPLEX_TRANSFER_STATUS_UNSPECIFIED |
Default value. TagTemplate and its tags are only visible and editable in DataCatalog. |
MIGRATED |
TagTemplate and its tags are auto-copied to Dataplex service. Visible in both services. Editable in DataCatalog, read-only in Dataplex. Deprecated: Individual TagTemplate migration is deprecated in favor of organization or project wide TagTemplate migration opt-in. |
Methods |
|
---|---|
|
Creates a tag template. |
|
Deletes a tag template and all tags using the template. |
|
Gets a tag template. |
|
Gets the access control policy for a resource. |
|
Updates a tag template. |
|
Sets the access control policy for a resource. |
|
Returns the caller's permissions on a resource. |