DocumentDecryptUnmanagedResult
public class DocumentDecryptUnmanagedResult : SdkObject
Decrypted document bytes and metadata.
-
ID of the document
Declaration
Swift
public lazy var id: DocumentId { get set }
-
Bytes of decrypted document data
Declaration
Swift
public lazy var decryptedData: [UInt8] { get set }
-
User or group that granted access to the encrypted data
More specifically, the user or group associated with the EDEK that was chosen and transformed by the webservice.
Declaration
Swift
public lazy var accessVia: UserOrGroupId { get set }