Skip to main content

DependantAppConnections

Properties

NameTypeDescriptionNotes
CloudAppIdStringId of the connected Application[optional]
DescriptionStringDescription of the connected Application[optional]
EnabledBooleanIs the Application enabled[optional] [default to $true]
ProvisionRequestEnabledBooleanIs Provisioning enabled for connected Application[optional] [default to $true]
AccountSourceDependantAppConnectionsAccountSource[optional]
LauncherCountInt64The amount of launchers for connected Application (long type)[optional]
MatchAllAccountBooleanIs Provisioning enabled for connected Application[optional] [default to $false]
Owner[]BaseReferenceDtoThe owner of the connected Application[optional]
AppCenterEnabledBooleanIs App Center enabled for connected Application[optional] [default to $false]

Examples

  • Prepare the resource
$DependantAppConnections = Initialize-PSSailpoint.V3DependantAppConnections  -CloudAppId 9e3cdd80edf84f119327df8bbd5bb5ac `
-Description This is a Sailpoint application `
-Enabled true `
-ProvisionRequestEnabled true `
-AccountSource null `
-LauncherCount 100 `
-MatchAllAccount true `
-Owner null `
-AppCenterEnabled false
  • Convert the resource to JSON
$DependantAppConnections | ConvertTo-JSON

[Back to top]