enabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? enabled
getter/setter pair

This field is deprecated.

Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? enabled;