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-Provisioningpolicydto -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