Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/v2024/Models/PasswordPolicyHoldersDtoAttributesIdentityAttrInner.md
2025-01-27 16:35:26 -05: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-identity-attr-inner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner powershellsdk
powershell
PowerShell
sdk
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
/tools/sdk/powershell/v2024/models/password-policy-holders-dto-attributes-identity-attr-inner
SDK
Software Development Kit
PasswordPolicyHoldersDtoAttributesIdentityAttrInner

PasswordPolicyHoldersDtoAttributesIdentityAttrInner

Properties

Name Type Description Notes
Name Pointer to String Attribute's name [optional]
Value Pointer to String Attribute's value [optional]

Examples

  • Prepare the resource
$PasswordPolicyHoldersDtoAttributesIdentityAttrInner = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoAttributesIdentityAttrInner  -Name Country `
 -Value Canada
  • Convert the resource to JSON
$PasswordPolicyHoldersDtoAttributesIdentityAttrInner | ConvertTo-JSON

[Back to top]