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-Dependantappconnections  -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]