Provisioningpolicydtov2
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | System-generated unique ID of the provisioning policy. | [optional] |
| Name | String | the provisioning policy name | [required] |
| SubtypeId | String | Subtype ID for which provisioning policy will be created when usageType is CREATE_MACHINE_ACCOUNT. | [optional] |
| Description | String | the description of the provisioning policy | [optional] |
| UsageType | Usagetype | [optional] | |
| Fields | []Fielddetailsdtov2 | [optional] |
Examples
- Prepare the resource
$Provisioningpolicydtov2 = Initialize-Provisioningpolicydtov2 -Id d7ae9ea3-507f-4d00-9d4f-b4464b344b88 `
-Name example provisioning policy for inactive identities `
-SubtypeId d7ae9ea3-507f-4d00-9d4f-b4464b344b88 `
-Description this provisioning policy creates access based on an identity going inactive `
-UsageType null `
-Fields null
- Convert the resource to JSON
$Provisioningpolicydtov2 | ConvertTo-JSON