enabled property

bool? enabled
getter/setter pair

Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.

Implementation

core.bool? enabled;