This command revokes the database access permissions given to another subaccount.
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.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
neo revoke-db-access --account <subaccount_ID> --user <e-mail_or_user> --host <host> --id <database_ID>
--to-account <to-subaccount_technical_name> --permissions <permission_type>
Required |
|
---|---|
|
ID of the subaccount providing the database.
|
|
Use your e-mail, SAP ID, or user name
|
|
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.
|
|
Enter a region host.
|
Optional |
|
---|---|
|
ID of the database to which access will be revoked. |
|
The subaccount from which access permissions will be revoked. |
|
Comma-separated list of ther permissions to be revoked. Acceptable values: 'TUNNEL', 'BINDING'. |
neo revoke-db-access --account myProviderSubaccount --user [email protected] --host hana.ondemand.com --id myDB --to-account myConsumerSubaccount --permissions BINDING
Related Information