BlindIndexSearch |
|
Category |
|
DataSubject |
|
DeviceAddResult |
Result from adding a new device
|
DeviceContext |
Account's device context.
|
DeviceCreateOpts |
|
DeviceId |
ID of a device.
|
DeviceName |
Device name type.
|
DeviceSigningKeyPair |
Signing keypair specific to a device.
|
DocumentAccessResult |
Result of granting or revoking access to a document.
|
DocumentDecryptResult |
Result of decrypting a document.
|
DocumentDecryptUnmanagedResult |
Result of decrypting an unmanaged document.
|
DocumentEncryptOpts |
Options for document creation.
|
DocumentEncryptResult |
Result for encrypt operations.
|
DocumentEncryptUnmanagedResult |
|
DocumentId |
ID of a document.
|
DocumentListMeta |
Single document's (abbreviated) metadata.
|
DocumentListResult |
Metadata for each of the documents that the current user has access to decrypt.
|
DocumentMetadataResult |
Full metadata for a document.
|
DocumentName |
Document name type.
|
Duration |
|
EncryptedBlindIndexSalt |
|
EncryptedPrivateKey |
|
FailedResult |
A failure to edit the access list of a document.
|
GroupAccessEditErr |
A failure to edit a group's administrator or membership lists
|
GroupAccessEditResult |
Result from requesting changes to a group's membership or administrators.
|
GroupAccessErr |
A single grant/remove failure for a group.
|
GroupCreateOpts |
Options for group creation.
|
GroupCreateResult |
Group information from creation.
|
GroupGetResult |
|
GroupId |
ID of a group.
|
GroupListResult |
|
GroupMetaResult |
Abbreviated group meta information.
|
GroupName |
Group's user-assigned name.
|
GroupUpdatePrivateKeyResult |
Result of rotating group private key.
|
GroupUserList |
|
IronOxide |
Struct that is used to make authenticated requests to the IronCore API.
|
IronOxideConfig |
Top-level configuration object for IronOxide
|
Jwt |
IronCore JWT.
|
JwtClaims |
Claims required to form a valid `Jwt`.
|
NullableBoolean |
|
PolicyCachingConfig |
Policy evaluation caching config
Since policies are evaluated by the webservice, caching the result can greatly speed
up encrypting a document with a PolicyGrant.
|
PolicyGrant |
|
PrivateKey |
Represents an asymmetric private key that wraps the underlying bytes
of the key.
|
PublicKey |
Represents an asymmetric public key that wraps the underlying bytes
of the key.
|
Sensitivity |
|
SucceededResult |
|
UserAccessErr |
A single grant/remove failure for a user.
|
UserCreateOpts |
Options that can be specified creating a user.
|
UserCreateResult |
Keypair for a newly created user.
|
UserDevice |
Metadata about a user device.
|
UserDeviceListResult |
Devices for a user, sorted by the device id.
|
UserId |
ID of a user.
|
UserOrGroupId |
Either a user id or a group id
|
UserResult |
IDs and public key for existing user on verify result
|
UserUpdatePrivateKeyResult |
|
UserWithKey |
|
VisibleGroup |
Represents a Group struct which is returned from document get to show the IDs and names of groups the document is visible to
|
VisibleUser |
Represents a User struct which is returned from document get to show the IDs of users the document is visible to
|