enabled property

bool? enabled
getter/setter pair

Whether or not the policy is enabled.

On write, the default interpretation if unset is that the policy is enabled. On read, clients should not make any assumption about the state if it has not been populated. The field should always be populated on List and Get operations, unless a field projection has been specified that strips it out.

Implementation

core.bool? enabled;