Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/PasswordPolicyHoldersDtoAttributesIdentityAttrInner.md
2025-04-01 09:23:12 -04:00

1.3 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
v2025-password-policy-holders-dto-attributes-identity-attr-inner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner PasswordPolicyHoldersDtoAttributesIdentityAttrInner powershellsdk
powershell
PowerShell
sdk
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
V2025PasswordPolicyHoldersDtoAttributesIdentityAttrInner
/tools/sdk/powershell/v2025/models/password-policy-holders-dto-attributes-identity-attr-inner
SDK
Software Development Kit
PasswordPolicyHoldersDtoAttributesIdentityAttrInner
V2025PasswordPolicyHoldersDtoAttributesIdentityAttrInner

PasswordPolicyHoldersDtoAttributesIdentityAttrInner

Properties

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

Examples

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

[Back to top]