models_v2.smb_permissions_info module

class models_v2.smb_permissions_info.SmbPermissionsInfo(owner_sid=None, permissions=None)[source]

Bases: object

Implementation of the ‘SmbPermissionsInfo’ model.

Specifies the SMB permissions for the View.

Attributes:
owner_sid (string): Specifies the security identifier (SID) of the

owner of the SMB share.

permissions (list of SMBPermission): Array of SMB Permissions.

Specifies a list of SMB permissions.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.