Chiavi API
Ottieni chiave API
$ ant beta:organization:api-keys retrieveGET/v1/organizations/api_keys/{api_key_id}
Aggiorna chiave API
$ ant beta:organization:api-keys updatePOST/v1/organizations/api_keys/{api_key_id}
ID of the actor that created the object.
Type of the actor that created the object.
Scope type. Always "organization": the API key has no Workspace. Only a principal-bound API key can have this scope.
ID of the Service Account the API key acts as.
Principal type. Always "service_account_actor" for a Service Account.
Principal type. Always "user_actor" for a User.
ID of the User the API key acts as.
Scope type. Always "workspace": the API key belongs to one Workspace.
ID of the Workspace the API key belongs to. Unlike the deprecated top-level workspace_id, this is the Workspace's real ID even for the organization's default Workspace.