assignment_type property

assignment_type property

Gets and sets the assignment method for the sensitivity label.

Definition:

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

See Also