Skip to main content

PasswordpolicyholdersdtoInner

Properties

NameTypeDescriptionNotes
PolicyIdStringThe password policy Id.[optional]
PolicyNameStringThe name of the password policy.[optional]
SelectorsPasswordpolicyholdersdtoattributes[optional]

Examples

  • Prepare the resource
$PasswordpolicyholdersdtoInner = Initialize-PasswordpolicyholdersdtoInner  -PolicyId 2c91808e7d976f3b017d9f5ceae440c8 `
-PolicyName PasswordPolicy Example `
-Selectors null
  • Convert the resource to JSON
$PasswordpolicyholdersdtoInner | ConvertTo-JSON

[Back to top]