@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IdentityProvidersApi extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters
Manage optional parameters to listIdentityProviderUsers.
|
| Constructor and Description |
|---|
IdentityProvidersApi() |
IdentityProvidersApi(ApiClient apiClient) |
public IdentityProvidersApi()
public IdentityProvidersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic IdentityProvidersResponse listIdentityProviders() throws ApiException
ApiException - if fails to make API callpublic CompletableFuture<IdentityProvidersResponse> listIdentityProvidersAsync()
public ApiResponse<IdentityProvidersResponse> listIdentityProvidersWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 403 | Authentication error | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<IdentityProvidersResponse>> listIdentityProvidersWithHttpInfoAsync()
public UsersResponse listIdentityProviderUsers(String idpId) throws ApiException
idpId - The ID of the identity provider. (required)ApiException - if fails to make API callpublic CompletableFuture<UsersResponse> listIdentityProviderUsersAsync(String idpId)
idpId - The ID of the identity provider. (required)public UsersResponse listIdentityProviderUsers(String idpId, IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters parameters) throws ApiException
idpId - The ID of the identity provider. (required)parameters - Optional parameters for the request.ApiException - if fails to make API callpublic CompletableFuture<UsersResponse> listIdentityProviderUsersAsync(String idpId, IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters parameters)
idpId - The ID of the identity provider. (required)parameters - Optional parameters for the request.public PaginationIterable<User> listIdentityProviderUsersWithPagination(String idpId)
idpId - The ID of the identity provider. (required)public PaginationIterable<User> listIdentityProviderUsersWithPagination(String idpId, IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters parameters)
idpId - The ID of the identity provider. (required)public ApiResponse<UsersResponse> listIdentityProviderUsersWithHttpInfo(String idpId, IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters parameters) throws ApiException
idpId - The ID of the identity provider. (required)parameters - Optional parameters for the request.ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Authentication error | - |
| 404 | Not found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<UsersResponse>> listIdentityProviderUsersWithHttpInfoAsync(String idpId, IdentityProvidersApi.ListIdentityProviderUsersOptionalParameters parameters)
idpId - The ID of the identity provider. (required)parameters - Optional parameters for the request.public IdentityProviderResponse updateIdentityProvider(String idpId, IdentityProviderUpdateRequest body) throws ApiException
idpId - The ID of the identity provider. (required)body - (required)ApiException - if fails to make API callpublic CompletableFuture<IdentityProviderResponse> updateIdentityProviderAsync(String idpId, IdentityProviderUpdateRequest body)
idpId - The ID of the identity provider. (required)body - (required)public ApiResponse<IdentityProviderResponse> updateIdentityProviderWithHttpInfo(String idpId, IdentityProviderUpdateRequest body) throws ApiException
idpId - The ID of the identity provider. (required)body - (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Authentication error | - |
| 404 | Not found | - |
| 429 | Too many requests | - |
public CompletableFuture<ApiResponse<IdentityProviderResponse>> updateIdentityProviderWithHttpInfoAsync(String idpId, IdentityProviderUpdateRequest body)
idpId - The ID of the identity provider. (required)body - (required)Copyright © 2026. All rights reserved.