Tag
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | String | Tag id | [required][readonly] |
Name | String | Name of the tag. | [required] |
Created | System.DateTime | Date the tag was created. | [required][readonly] |
Modified | System.DateTime | Date 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