PlatformSystemTokens
Long-lived credentials for services that operate across tenants.
Create a platform system token
Issues a long-lived credential for a service that operates across tenants. **The secret is shown once and cannot be retrieved again.** Requires `platform.system-token.create`.
List platform system tokens
Returns the platform-level tokens and what each may do. Secrets are not returned. Requires `platform.system-token.read`.
Get a platform system token
Returns one token's metadata, never its secret. Requires `platform.system-token.read`.
Revoke a platform system token
Revokes a platform token immediately, rather than waiting for it to expire. Requires `platform.system-token.revoke`.