locked property

bool? locked
getter/setter pair

This flag denotes whether the retention policy of this BackupPlan is locked.

If set to True, no further update is allowed on this policy, including the locked field itself. Default: False

Optional.

Implementation

core.bool? locked;