TaggedObjectDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | Enum [ "ACCESS_PROFILE", "APPLICATION", "CAMPAIGN", "ENTITLEMENT", "IDENTITY", "ROLE", "SOD_POLICY", "SOURCE" ] | DTO type | [optional] |
Id | String | ID of the object this reference applies to | [optional] |
Name | String | Human-readable display name of the object this reference applies to | [optional] |
Examples
- Prepare the resource
$TaggedObjectDto = Initialize-PSSailpoint.BetaTaggedObjectDto -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
- Convert the resource to JSON
$TaggedObjectDto | ConvertTo-JSON