sdm admin services revoke

Last modified on March 24, 2023

NAME:
   sdm admin services revoke - revoke access to a datasource from a service account

USAGE:
   sdm admin services revoke [command options] <datasource-name> <service-name> [service-name-2 service-name-n...]

OPTIONS:
   --template, -t          display a JSON template
   --file value, -f value  load revocations from JSON file
   --stdin, -i             load from stdin

Additional Information

The --template command produces example --file or --stdin input:

[
	{
		"datasourceName": "",
		"datasourceID": "rs-0000000000000000",
		"serviceAccounts": [
			{
				"id": "a-0000000000000000",
				"name": ""
			}
		]
	}
]