test with just powershell beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 20:18:21 -05:00
parent 42436403b2
commit f36c734ca4
1824 changed files with 1 additions and 130758 deletions

View File

@@ -1,37 +0,0 @@
---
id: password-info-query-dto
title: PasswordInfoQueryDTO
pagination_label: PasswordInfoQueryDTO
sidebar_label: PasswordInfoQueryDTO
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'PasswordInfoQueryDTO']
slug: /tools/sdk/powershell/v3/models/password-info-query-dto
tags: ['SDK', 'Software Development Kit', 'PasswordInfoQueryDTO']
---
# PasswordInfoQueryDTO
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**UserName** | Pointer to **String** | The login name of the user | [optional]
**SourceName** | Pointer to **String** | The display name of the source | [optional]
## Examples
- Prepare the resource
```powershell
$PasswordInfoQueryDTO = Initialize-PSSailpoint.V3PasswordInfoQueryDTO -UserName Abby.Smith `
-SourceName My-AD
```
- Convert the resource to JSON
```powershell
$PasswordInfoQueryDTO | ConvertTo-JSON
```
[[Back to top]](#)