--- id: v2024-password-policy-holders-dto-attributes-identity-attr-inner title: PasswordPolicyHoldersDtoAttributesIdentityAttrInner pagination_label: PasswordPolicyHoldersDtoAttributesIdentityAttrInner sidebar_label: PasswordPolicyHoldersDtoAttributesIdentityAttrInner sidebar_class_name: powershellsdk keywords: ['powershell', 'PowerShell', 'sdk', 'PasswordPolicyHoldersDtoAttributesIdentityAttrInner'] slug: /tools/sdk/powershell/v2024/models/password-policy-holders-dto-attributes-identity-attr-inner tags: ['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 ```powershell $PasswordPolicyHoldersDtoAttributesIdentityAttrInner = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoAttributesIdentityAttrInner -Name Country ` -Value Canada ``` - Convert the resource to JSON ```powershell $PasswordPolicyHoldersDtoAttributesIdentityAttrInner | ConvertTo-JSON ``` [[Back to top]](#)