Skip to main content

PasswordPolicyHoldersDtoAttributes

Properties

NameTypeDescriptionNotes
IdentityAttr[]PasswordPolicyHoldersDtoAttributesIdentityAttrInnerAttributes of PasswordPolicyHoldersDto[optional]

Examples

  • Prepare the resource
$PasswordPolicyHoldersDtoAttributes = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoAttributes  -IdentityAttr null
  • Convert the resource to JSON
$PasswordPolicyHoldersDtoAttributes | ConvertTo-JSON

[Back to top]