mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
adding all powershell doc versions back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-password-policy-holders-dto-attributes
|
||||
title: PasswordPolicyHoldersDtoAttributes
|
||||
pagination_label: PasswordPolicyHoldersDtoAttributes
|
||||
sidebar_label: PasswordPolicyHoldersDtoAttributes
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'PasswordPolicyHoldersDtoAttributes']
|
||||
slug: /tools/sdk/powershell/v2024/models/password-policy-holders-dto-attributes
|
||||
tags: ['SDK', 'Software Development Kit', 'PasswordPolicyHoldersDtoAttributes']
|
||||
---
|
||||
|
||||
|
||||
# PasswordPolicyHoldersDtoAttributes
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityAttr** | Pointer to [**[]PasswordPolicyHoldersDtoAttributesIdentityAttrInner**](password-policy-holders-dto-attributes-identity-attr-inner) | Attributes of PasswordPolicyHoldersDto | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$PasswordPolicyHoldersDtoAttributes = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoAttributes -IdentityAttr null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$PasswordPolicyHoldersDtoAttributes | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user