mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.4 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dependant-app-connections-account-source | DependantAppConnectionsAccountSource | DependantAppConnectionsAccountSource | DependantAppConnectionsAccountSource | powershellsdk |
|
/tools/sdk/powershell/v3/models/dependant-app-connections-account-source |
|
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-PSSailpoint.V3DependantAppConnectionsAccountSource -UseForPasswordManagement false `
-PasswordPolicies null
- Convert the resource to JSON
$DependantAppConnectionsAccountSource | ConvertTo-JSON