Skip to main content

Provisioningpolicydto

Properties

NameTypeDescriptionNotes
NameStringthe provisioning policy name[required]
DescriptionStringthe description of the provisioning policy[optional]
UsageTypeUsagetype[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

[Back to top]