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-DependantappconnectionsAccountSource  -UseForPasswordManagement false `
-PasswordPolicies null
  • Convert the resource to JSON
$DependantappconnectionsAccountSource | ConvertTo-JSON

[Back to top]