ApplicationKeyResponse |
KeyManagementApi.createCurrentUserApplicationKey(ApplicationKeyCreateRequest body)
Create an application key for current user.
|
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.
|
ApplicationKeyResponse |
ServiceAccountsApi.createServiceAccountApplicationKey(String serviceAccountId,
ApplicationKeyCreateRequest body)
Create an application key for this service account.
|
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.
|