ManagedClientRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
ClusterId | String | Cluster ID that the ManagedClient is linked to | [required] |
Description | String | description for the ManagedClient to create | [optional] |
Name | String | name for the ManagedClient to create | [optional] |
Type | String | Type of the ManagedClient (VA, CCG) to create | [optional] |
Examples
- Prepare the resource
$ManagedClientRequest = Initialize-PSSailpoint.V2024ManagedClientRequest -ClusterId aClusterId `
-Description A short description of the ManagedClient `
-Name aName `
-Type VA
- Convert the resource to JSON
$ManagedClientRequest | ConvertTo-JSON