mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: password-policy-holders-dto-inner
|
||||
title: PasswordPolicyHoldersDtoInner
|
||||
pagination_label: PasswordPolicyHoldersDtoInner
|
||||
sidebar_label: PasswordPolicyHoldersDtoInner
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'PasswordPolicyHoldersDtoInner']
|
||||
slug: /tools/sdk/powershell/v2024/models/password-policy-holders-dto-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'PasswordPolicyHoldersDtoInner']
|
||||
---
|
||||
|
||||
|
||||
# PasswordPolicyHoldersDtoInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**PolicyId** | Pointer to **String** | The password policy Id. | [optional]
|
||||
**PolicyName** | Pointer to **String** | The name of the password policy. | [optional]
|
||||
**Selectors** | Pointer to [**PasswordPolicyHoldersDtoAttributes**](password-policy-holders-dto-attributes) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$PasswordPolicyHoldersDtoInner = Initialize-PSSailpoint.V2024PasswordPolicyHoldersDtoInner -PolicyId 2c91808e7d976f3b017d9f5ceae440c8 `
|
||||
-PolicyName PasswordPolicy Example `
|
||||
-Selectors {identityAttr=[{name=displayName, value=Robert}, {name=lastname, value=Juice}]}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$PasswordPolicyHoldersDtoInner | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user