only beta

This commit is contained in:
darrell-thobe-sp
2025-01-28 08:57:33 -05:00
parent fb685431b3
commit ca4e98517f
444 changed files with 0 additions and 18963 deletions

View File

@@ -1,39 +0,0 @@
---
id: v2024-source-password-policies-inner
title: SourcePasswordPoliciesInner
pagination_label: SourcePasswordPoliciesInner
sidebar_label: SourcePasswordPoliciesInner
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'SourcePasswordPoliciesInner']
slug: /tools/sdk/powershell/v2024/models/source-password-policies-inner
tags: ['SDK', 'Software Development Kit', 'SourcePasswordPoliciesInner']
---
# SourcePasswordPoliciesInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | Pointer to **Enum** [ "PASSWORD_POLICY" ] | Type of object being referenced. | [optional]
**Id** | Pointer to **String** | Policy ID. | [optional]
**Name** | Pointer to **String** | Policy's human-readable display name. | [optional]
## Examples
- Prepare the resource
```powershell
$SourcePasswordPoliciesInner = Initialize-PSSailpoint.V2024SourcePasswordPoliciesInner -Type PASSWORD_POLICY `
-Id 2c91808568c529c60168cca6f90c1777 `
-Name My Password Policy
```
- Convert the resource to JSON
```powershell
$SourcePasswordPoliciesInner | ConvertTo-JSON
```
[[Back to top]](#)