CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.createCurrentUserApplicationKeyAsync(ApplicationKeyCreateRequest body)
Create an application key for current user.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.createCurrentUserApplicationKeyWithHttpInfo(ApplicationKeyCreateRequest body)
Create an application key for current user
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.createCurrentUserApplicationKeyWithHttpInfoAsync(ApplicationKeyCreateRequest body)
Create an application key for current user.
|
CompletableFuture<ApplicationKeyResponse> |
ServiceAccountsApi.createServiceAccountApplicationKeyAsync(String serviceAccountId,
ApplicationKeyCreateRequest body)
Create an application key for this service account.
|
ApiResponse<ApplicationKeyResponse> |
ServiceAccountsApi.createServiceAccountApplicationKeyWithHttpInfo(String serviceAccountId,
ApplicationKeyCreateRequest body)
Create an application key for this service account.
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
ServiceAccountsApi.createServiceAccountApplicationKeyWithHttpInfoAsync(String serviceAccountId,
ApplicationKeyCreateRequest body)
Create an application key for this service account.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.getApplicationKeyAsync(String appKeyId)
Get an application key.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.getApplicationKeyAsync(String appKeyId,
KeyManagementApi.GetApplicationKeyOptionalParameters parameters)
Get an application key.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.getApplicationKeyWithHttpInfo(String appKeyId,
KeyManagementApi.GetApplicationKeyOptionalParameters parameters)
Get an application key for your org.
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.getApplicationKeyWithHttpInfoAsync(String appKeyId,
KeyManagementApi.GetApplicationKeyOptionalParameters parameters)
Get an application key.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.getCurrentUserApplicationKeyAsync(String appKeyId)
Get one application key owned by current user.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.getCurrentUserApplicationKeyWithHttpInfo(String appKeyId)
Get an application key owned by current user
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.getCurrentUserApplicationKeyWithHttpInfoAsync(String appKeyId)
Get one application key owned by current user.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.updateApplicationKeyAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.updateApplicationKeyWithHttpInfo(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.updateApplicationKeyWithHttpInfoAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key.
|
CompletableFuture<ApplicationKeyResponse> |
KeyManagementApi.updateCurrentUserApplicationKeyAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user.
|
ApiResponse<ApplicationKeyResponse> |
KeyManagementApi.updateCurrentUserApplicationKeyWithHttpInfo(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user
|
CompletableFuture<ApiResponse<ApplicationKeyResponse>> |
KeyManagementApi.updateCurrentUserApplicationKeyWithHttpInfoAsync(String appKeyId,
ApplicationKeyUpdateRequest body)
Edit an application key owned by current user.
|