Package | Description |
---|---|
com.fortanix.sdkms.v1.api | |
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
App |
AppsApi.createApp(AppRequest body)
Create a new application
Create a new application with the specified properties.
|
App |
AppsApi.getApp(String appId)
Get a specific application
Look up an application by application ID.
|
App |
AppsApi.regenerateApiKey(String appId,
AppResetSecretRequest body)
Regenerate API key
Create a new API key for an application.
|
App |
AppsApi.updateApp(String appId,
AppRequest body)
Update an application
Change an application's properties, such as name, description, or group membership.
|
App |
PluginsApi.updatePlugin(String pluginId,
PluginRequest body)
Update a plugin
Change a plugin's properties, such as name, description, code, or group membership.
|
Modifier and Type | Method and Description |
---|---|
List<App> |
AppsApi.getApps(String groupId)
Get all applications
Get details of all applications the current user has access to.
|
List<App> |
AppsApi.getApps(String groupId,
String sort,
String start,
Integer limit,
Integer offset)
Get all applications
Get details of all applications the current user has access to.
|
Modifier and Type | Method and Description |
---|---|
App |
App._interface(String _interface) |
App |
App.acctId(String acctId) |
App |
App.addGroupsItem(String groupsItem) |
App |
App.appId(String appId) |
App |
App.appType(String appType) |
App |
App.authType(AppAuthType authType) |
App |
App.certNotAfter(String certNotAfter) |
App |
App.createdAt(String createdAt) |
App |
App.creator(CreatorType creator) |
App |
App.defaultGroup(String defaultGroup) |
App |
App.description(String description) |
App |
App.enabled(Boolean enabled) |
App |
App.groups(List<String> groups) |
App |
App.lastusedAt(String lastusedAt) |
App |
App.name(String name) |
App |
App.oauthConfig(AppOauthConfig oauthConfig) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved