security_descriptor property

security_descriptor property

The security descriptor defines user accounts who may edit this range without providing a password to access the range.

Definition:

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

See Also