Skip to main content

Tag

Properties

NameTypeDescriptionNotes
IdStringTag id[required][readonly]
NameStringName of the tag.[required]
CreatedSystem.DateTimeDate the tag was created.[required][readonly]
ModifiedSystem.DateTimeDate the tag was last modified.[required][readonly]
TagCategoryRefs[]TagTagCategoryRefsInner[required][readonly]

Examples

  • Prepare the resource
$Tag = Initialize-PSSailpoint.BetaTag  -Id 449ecdc0-d4ff-4341-acf6-92f6f7ce604f `
-Name PCI `
-Created 2022-05-04T14:48:49Z `
-Modified 2022-07-14T16:31:11Z `
-TagCategoryRefs null
  • Convert the resource to JSON
$Tag | ConvertTo-JSON

[Back to top]