Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

File metadata and controls

17 lines (11 loc) · 1.02 KB

CreateTagRequest

Properties

Name Type Description Notes
label string The tag label [default to undefined]
description string Description for the tag [optional] [default to undefined]
color string The tag color in hex format [optional] [default to undefined]
isProtected boolean Indication if the tag is protected tag [optional] [default to false]
type TagType [optional] [default to undefined]
allowedEntityTypes Array<string> Allow-list of entity types this tag may be attached to. Soft-defaults to [&#39;vault_account&#39;] when omitted, and is immutable after creation. Known values: vault_account (default), contact. [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]