systemProviderId property
Developer Connect provided OAuth.
Immutable. Possible string values are:
- "SYSTEM_PROVIDER_UNSPECIFIED" : No system provider specified.
- "GITHUB" : GitHub provider. Scopes can be found at https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes
- "GITLAB" : GitLab provider. Scopes can be found at https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes
- "GOOGLE" : Google provider. Recommended scopes: "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/documents.readonly"
- "SENTRY" : Sentry provider. Scopes can be found at https://docs.sentry.io/api/permissions/
- "ROVO" : Rovo provider. Must select the "rovo" scope.
- "NEW_RELIC" : New Relic provider. No scopes are allowed.
- "DATASTAX" : Datastax provider. No scopes are allowed.
- "DYNATRACE" : Dynatrace provider.
Implementation
core.String? systemProviderId;