Skip to main content

Tag

Properties

NameTypeDescriptionNotes
IdInt64The unique identifier for the tag.[optional]
NameStringThe display name or label for the tag.[optional]

Examples

  • Prepare the resource
$Tag = Initialize-Tag  -Id 101 `
-Name Confidential
  • Convert the resource to JSON
$Tag | ConvertTo-JSON

[Back to top]