mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
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 |
|
/tools/sdk/powershell/v2024/models/password-policy-holders-dto-attributes-identity-attr-inner |
|
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