ProvisioningPolicyDto
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | the provisioning policy name | [required] |
Description | String | the description of the provisioning policy | [optional] |
UsageType | UsageType | [optional] | |
Fields | []FieldDetailsDto | [optional] |
Examples
- Prepare the resource
$ProvisioningPolicyDto = Initialize-PSSailpoint.V2024ProvisioningPolicyDto -Name example provisioning policy for inactive identities `
-Description this provisioning policy creates access based on an identity going inactive `
-UsageType null `
-Fields null
- Convert the resource to JSON
$ProvisioningPolicyDto | ConvertTo-JSON