Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PasswordPolicyHoldersDtoAttributes.md
2025-02-03 22:09:17 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-password-policy-holders-dto-attributes PasswordPolicyHoldersDtoAttributes PasswordPolicyHoldersDtoAttributes PasswordPolicyHoldersDtoAttributes powershellsdk
powershell
PowerShell
sdk
PasswordPolicyHoldersDtoAttributes
V2024PasswordPolicyHoldersDtoAttributes
/tools/sdk/powershell/v2024/models/password-policy-holders-dto-attributes
SDK
Software Development Kit
PasswordPolicyHoldersDtoAttributes
V2024PasswordPolicyHoldersDtoAttributes

PasswordPolicyHoldersDtoAttributes

Properties

Name Type Description Notes
IdentityAttr []PasswordPolicyHoldersDtoAttributesIdentityAttrInner Attributes of PasswordPolicyHoldersDto [optional]

Examples

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

[Back to top]