sdm admin services revoke-all

Last modified on March 24, 2023

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

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

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

Additional Information

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

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