Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
|
Allows for extended input and output options during decryption. More...
Public Member Functions | |
def | __init__ (self, metadata=None, enableaccessdeniedpage=False) |
Constructor for decrypt attributes, can pass in metadata, and then assign any other member variables. More... | |
Public Attributes | |
keyidOut | |
(string) The key ID (also known as the key tag) | |
keydataOut | |
(bytes) The key bytes | |
familyOut | |
(FileCipherFamily) The file cipher family the file was decrypted with | |
versionOut | |
(string) The file cipher version the file was decrypted with | |
attributesOut | |
(KeyAttributesDict ): The key attributes associated with the key used to decrypt the file | |
mutableAttributesOut | |
(KeyAttributesDict ) The key mutable attributes to associate with data chunk protection key | |
accessdeniedpageOut | |
(bytes) The access denied page | |
enableaccessdeniedpage | |
(boolean) Indicate whether access denied page object should be populated in the event that an access denied error is encountered. | |
metadata | |
(MetadataDict ) The metadata properties to send along with the HTTP request | |
Allows for extended input and output options during decryption.
def ionicsdk.filecipher.FileCipherDecryptAttributes.__init__ | ( | self, | |
metadata = None , |
|||
enableaccessdeniedpage = False |
|||
) |
Constructor for decrypt attributes, can pass in metadata, and then assign any other member variables.
metadata | (MetadataDict) The metadata properties to send along with the HTTP request |
enableaccessdeniedpage | (boolean) Indicate whether access denied page object should be populated in the event that an access denied error is encountered. |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2021 Ionic Security Inc. All rights reserved. -
Generated on Wed Jul 21 2021 16:23:37 for Machina Client SDK Version 2.1.2 by
1.8.18