| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static OAuthOidcScope |
OAuthOidcScope.EMAIL |
static OAuthOidcScope |
OAuthOidcScope.OFFLINE_ACCESS |
static OAuthOidcScope |
OAuthOidcScope.OPENID |
static OAuthOidcScope |
OAuthOidcScope.PROFILE |
| Modifier and Type | Method and Description |
|---|---|
static OAuthOidcScope |
OAuthOidcScope.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthOidcScope> |
UpsertOAuthScopesRestrictionDataAttributes.getOidcScopes()
OIDC scopes the client is allowed to request.
|
List<OAuthOidcScope> |
OAuthScopesRestriction.getOidcScopes()
OIDC scopes the client is restricted to.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertOAuthScopesRestrictionDataAttributes |
UpsertOAuthScopesRestrictionDataAttributes.addOidcScopesItem(OAuthOidcScope oidcScopesItem) |
OAuthScopesRestriction |
OAuthScopesRestriction.addOidcScopesItem(OAuthOidcScope oidcScopesItem) |
void |
OAuthOidcScope.OAuthOidcScopeSerializer.serialize(OAuthOidcScope value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
UpsertOAuthScopesRestrictionDataAttributes |
UpsertOAuthScopesRestrictionDataAttributes.oidcScopes(List<OAuthOidcScope> oidcScopes) |
OAuthScopesRestriction |
OAuthScopesRestriction.oidcScopes(List<OAuthOidcScope> oidcScopes) |
void |
UpsertOAuthScopesRestrictionDataAttributes.setOidcScopes(List<OAuthOidcScope> oidcScopes) |
void |
OAuthScopesRestriction.setOidcScopes(List<OAuthOidcScope> oidcScopes) |
| Constructor and Description |
|---|
OAuthOidcScopeSerializer(Class<OAuthOidcScope> t) |
OAuthScopesRestriction(List<OAuthOidcScope> oidcScopes,
List<String> permissionScopes) |
Copyright © 2026. All rights reserved.