Skip to main content

DependantAppConnectionsAccountSource

Properties

NameTypeDescriptionNotes
UseForPasswordManagementBooleanUse this Account Source for password management[optional] [default to $false]
PasswordPolicies[]DependantAppConnectionsAccountSourcePasswordPoliciesInnerA 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

[Back to top]