Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/SourcePasswordPoliciesInner.md
2025-02-03 22:09:17 +00:00

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-source-password-policies-inner SourcePasswordPoliciesInner SourcePasswordPoliciesInner SourcePasswordPoliciesInner powershellsdk
powershell
PowerShell
sdk
SourcePasswordPoliciesInner
V2024SourcePasswordPoliciesInner
/tools/sdk/powershell/v2024/models/source-password-policies-inner
SDK
Software Development Kit
SourcePasswordPoliciesInner
V2024SourcePasswordPoliciesInner

SourcePasswordPoliciesInner

Properties

Name Type Description Notes
Type Enum [ "PASSWORD_POLICY" ] Type of object being referenced. [optional]
Id String Policy ID. [optional]
Name String Policy's human-readable display name. [optional]

Examples

  • Prepare the resource
$SourcePasswordPoliciesInner = Initialize-PSSailpoint.V2024SourcePasswordPoliciesInner  -Type PASSWORD_POLICY `
 -Id 2c91808568c529c60168cca6f90c1777 `
 -Name My Password Policy
  • Convert the resource to JSON
$SourcePasswordPoliciesInner | ConvertTo-JSON

[Back to top]