Cohesity Global · OAuth Scopes

Cohesity Global OAuth Scopes

OAuth 2.0 searched

Cohesity Global publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Cohesity Global API on a user’s behalf.

Tokens are issued from https://helios.cohesity.com/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyData SecurityData ManagementBackup and RecoveryCyber ResilienceData ProtectionDisaster RecoveryCloud
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://helios.cohesity.com/oauth2/authorize
Token URL
https://helios.cohesity.com/oauth2/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
openid OpenID Connect authentication; issue an ID token for the authenticated user. authorizationCode
email Access the user's email address claim. authorizationCode
profile Access the user's basic profile claims. authorizationCode
cohesity_user Cohesity user-level access to the Helios API. authorizationCode
cohesity_viewer Cohesity read/viewer access to the Helios API. authorizationCode
cohesity_gaia_viewer Cohesity Gaia (AI assistant) viewer access. authorizationCode

Source

OAuth Scopes

cohesity-global-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://helios.cohesity.com/.well-known/openid-configuration
docs: https://developer.cohesity.com/
schemes:
- name: HeliosOAuth2
  source: https://helios.cohesity.com/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://helios.cohesity.com/oauth2/authorize
    tokenUrl: https://helios.cohesity.com/oauth2/token
    revocationUrl: https://helios.cohesity.com/oauth2/revoke
    grant_types: [authorization_code, refresh_token]
    pkce: [S256]
    token_endpoint_auth: [client_secret_basic]
scopes:
- scope: openid
  description: OpenID Connect authentication; issue an ID token for the authenticated user.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email address claim.
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims.
  flows: [authorizationCode]
- scope: cohesity_user
  description: Cohesity user-level access to the Helios API.
  flows: [authorizationCode]
- scope: cohesity_viewer
  description: Cohesity read/viewer access to the Helios API.
  flows: [authorizationCode]
- scope: cohesity_gaia_viewer
  description: Cohesity Gaia (AI assistant) viewer access.
  flows: [authorizationCode]