Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/DependantAppConnectionsAccountSource.md
2025-05-07 14:37:48 +00:00

1.4 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
v2025-dependant-app-connections-account-source DependantAppConnectionsAccountSource DependantAppConnectionsAccountSource DependantAppConnectionsAccountSource powershellsdk
powershell
PowerShell
sdk
DependantAppConnectionsAccountSource
V2025DependantAppConnectionsAccountSource
/tools/sdk/powershell/v2025/models/dependant-app-connections-account-source
SDK
Software Development Kit
DependantAppConnectionsAccountSource
V2025DependantAppConnectionsAccountSource

DependantAppConnectionsAccountSource

Properties

Name Type Description Notes
UseForPasswordManagement Boolean Use this Account Source for password management [optional] [default to $false]
PasswordPolicies []DependantAppConnectionsAccountSourcePasswordPoliciesInner A list of Password Policies for this Account Source [optional]

Examples

  • Prepare the resource
$DependantAppConnectionsAccountSource = Initialize-V2025DependantAppConnectionsAccountSource  -UseForPasswordManagement false `
 -PasswordPolicies null
  • Convert the resource to JSON
$DependantAppConnectionsAccountSource | ConvertTo-JSON

[Back to top]