VendorConnectorMappingUpdatedBy
Properties
Name | Type | Description | Notes |
---|---|---|---|
String | String | The identifier of the user who last updated the mapping, if available. | [optional] |
Valid | Boolean | A flag indicating if the 'String' field is set and valid. | [optional] [default to $false] |
Examples
- Prepare the resource
$VendorConnectorMappingUpdatedBy = Initialize-PSSailpoint.V2024VendorConnectorMappingUpdatedBy -String user-67891 `
-Valid true
- Convert the resource to JSON
$VendorConnectorMappingUpdatedBy | ConvertTo-JSON