Skip to content

Latest commit

 

History

History
159 lines (90 loc) · 4.88 KB

hcmcloud-disable-application-access-99e8674.md

File metadata and controls

159 lines (90 loc) · 4.88 KB

hcmcloud-disable-application-access

This command removes an extension application from the list of authorized assertion consumer services for the SAP SuccessFactors system associated with the specified subaccount.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

To be able to use this command, you need the following platform scopes to be specified for your custom platform role:

  • readExtensionConfigurations

  • manageExtensionConfigurations

For more information, see Platform Scopes and Manage Custom Platform Roles in the Neo Environment.

neo hcmcloud-disable-application-access --application <extension_application> --application-type <extension_application_type> --account <extension_subaccount_technical_name> --user <e-mail_or_user> --host <host> 

Parameters

To list all parameters available for this command, execute neo help hcmcloud-disable-application-access in the command line.

Required

-b, --application

The name of the extension application for which you are deleting the connection. Cases:

  • Use --application <my_extension_application> if the application is running in your subaccount

  • Use --application <provider_subaccount>:<extension_application> if the application is running in another subaccount and your extension subaccount is subscribed to the application

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

--application-type

The type of the extension application for which you are deleting the connection

Accepted values: java, html5

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-h, --host

Enter a region host

Type: URL. For acceptable values see Regions and Hosts.

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-u, --user

Use your email, SAP ID or user name

Type: string

Example

To remove a Java extension application from the list of authorized assertion consumer services for the SAP SuccessFactors system associated with a subaccount located in the United States (US East), execute:

neo  hcmcloud-disable-application-access --application <my_application> --application-type java --account <my_extension_subaccount>  --user <[email protected]> --host us1.hana.ondemand.com

The command removes the entry for the application from the list of the authorized service provider assertion consumer services for the SAP SuccessFactors system associated with the specified subaccount. If entry for the extension application does not exist the command will fail.