ALTER SERVICE PRINCIPAL
Description
Modify a service principal in your account.
Syntax
ALTER SERVICE PRINCIPAL `<name>`
[ NEW_NAME = <string> ]
Example
ALTER SERVICE PRINCIPAL `my_service_principal`
NEW_NAME = 'new_sp_name'
Required parameters
name: Existing identifier for the service principal.NEW_NAME: New identifier for the service principal.- Must be unique for your account.
- Must start with an alphabetic character and cannot contain spaces or special characters unless the entire identifier string is enclosed in double quotes (e.g. "Payments Kafka Cluster").
- Case-sensitive.