DocumentEncryptResult
public class DocumentEncryptResult : SdkObject
Encrypted document bytes and metadata.
-
ID of the document
Declaration
Swift
public lazy var id: DocumentId { get set }
-
Name of the document
Declaration
Swift
public lazy var name: DocumentName? { get set }
-
Date and time when the document was created
Declaration
Swift
public lazy var created: Date { get set }
-
Date and time when the document was last updated
Declaration
Swift
public lazy var lastUpdated: Date { get set }
-
Users and groups the document was successfully encrypted to
Declaration
Swift
public lazy var grants: SucceededResult { get set }
-
Errors resulting from failure to encrypt
Declaration
Swift
public lazy var accessErrors: FailedResult { get set }
-
Bytes of encrypted document data
Declaration
Swift
public lazy var encryptedData: [UInt8] { get set }