access_rights property

access_rights property

Gets or sets the information about who access the resource or an indication of its security status.

Definition:

@property
def access_rights(self):
    ...
@access_rights.setter
def access_rights(self, value):
    ...

See Also