| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
OAuthScopesRestrictionResponse |
OAuth2ClientPublicApi.upsertScopesRestriction(UUID clientUuid,
UpsertOAuthScopesRestrictionRequest body)
Upsert an OAuth2 client scopes restriction.
|
CompletableFuture<OAuthScopesRestrictionResponse> |
OAuth2ClientPublicApi.upsertScopesRestrictionAsync(UUID clientUuid,
UpsertOAuthScopesRestrictionRequest body)
Upsert an OAuth2 client scopes restriction.
|
ApiResponse<OAuthScopesRestrictionResponse> |
OAuth2ClientPublicApi.upsertScopesRestrictionWithHttpInfo(UUID clientUuid,
UpsertOAuthScopesRestrictionRequest body)
Create or update the scopes restriction configured for the OAuth2 client.
|
CompletableFuture<ApiResponse<OAuthScopesRestrictionResponse>> |
OAuth2ClientPublicApi.upsertScopesRestrictionWithHttpInfoAsync(UUID clientUuid,
UpsertOAuthScopesRestrictionRequest body)
Upsert an OAuth2 client scopes restriction.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertOAuthScopesRestrictionRequest |
UpsertOAuthScopesRestrictionRequest.data(UpsertOAuthScopesRestrictionData data) |
UpsertOAuthScopesRestrictionRequest |
UpsertOAuthScopesRestrictionRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.