SecurityPolicyAdvancedOptionsConfig(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
json_custom_config |
google.cloud.compute_v1.types.SecurityPolicyAdvancedOptionsConfigJsonCustomConfig
Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD. This field is a member of oneof _ _json_custom_config .
|
json_parsing |
str
Check the JsonParsing enum for the list of possible values. This field is a member of oneof _ _json_parsing .
|
log_level |
str
Check the LogLevel enum for the list of possible values. This field is a member of oneof _ _log_level .
|
user_ip_request_headers |
MutableSequence[str]
An optional list of case-insensitive request header names to use for resolving the callers client IP address. |
Classes
JsonParsing
JsonParsing(value)
Values: UNDEFINED_JSON_PARSING (0): A value indicating that the enum field is not set. DISABLED (516696700): No description available. STANDARD (484642493): No description available. STANDARD_WITH_GRAPHQL (106979218): No description available.
LogLevel
LogLevel(value)
Values: UNDEFINED_LOG_LEVEL (0): A value indicating that the enum field is not set. NORMAL (161067239): No description available. VERBOSE (532219234): No description available.