Skip to main content

TagTagCategoryRefsInner

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCESS_PROFILE", "APPLICATION", "CAMPAIGN", "ENTITLEMENT", "IDENTITY", "ROLE", "SOD_POLICY", "SOURCE" ]DTO type of the tagged object's category.[optional]
IdStringTagged object's ID.[optional]
NameStringTagged object's display name.[optional]

Examples

  • Prepare the resource
$TagTagCategoryRefsInner = Initialize-PSSailpoint.BetaTagTagCategoryRefsInner  -Type ENTITLEMENT `
-Id 2c91809773dee32014e13e122092014e `
-Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
  • Convert the resource to JSON
$TagTagCategoryRefsInner | ConvertTo-JSON

[Back to top]