Package | Description |
---|---|
com.fortanix.sdkms.v1.api | |
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
Group |
GroupsApi.createGroup(GroupRequest body)
Create new group
Create a new group with the specified properties.
|
Group |
GroupsApi.getGroup(String groupId)
Get a specific group
Look up a specific group by group ID.
|
Group |
GroupsApi.updateGroup(String groupId,
GroupRequest body)
Update group
Change a group's properties.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsApi.getGroups()
Get all groups
Get detailed information about all groups the authenticated User or authenticated Application belongs to.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.acctId(String acctId) |
Group |
Group.createdAt(String createdAt) |
Group |
Group.creator(CreatorType creator) |
Group |
Group.description(String description) |
Group |
Group.groupId(String groupId) |
Group |
Group.hmg(Map<String,HmgConfig> hmg) |
Group |
Group.keyUndoPolicy(KeyUndoPolicy keyUndoPolicy) |
Group |
Group.name(String name) |
Group |
Group.putHmgItem(String key,
HmgConfig hmgItem) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved