MappedSecretSummary¶
-
class
oci.network_firewall.models.
MappedSecretSummary
(**kwargs)¶ Bases:
object
Mapped secret used on the firewall policy rules.
Attributes
TYPE_SSL_FORWARD_PROXY
A constant which can be used with the type property of a MappedSecretSummary. TYPE_SSL_INBOUND_INSPECTION
A constant which can be used with the type property of a MappedSecretSummary. name
[Required] Gets the name of this MappedSecretSummary. parent_resource_id
[Required] Gets the parent_resource_id of this MappedSecretSummary. source
[Required] Gets the source of this MappedSecretSummary. type
[Required] Gets the type of this MappedSecretSummary. Methods
__init__
(**kwargs)Initializes a new MappedSecretSummary object with values from keyword arguments. -
TYPE_SSL_FORWARD_PROXY
= 'SSL_FORWARD_PROXY'¶ A constant which can be used with the type property of a MappedSecretSummary. This constant has a value of “SSL_FORWARD_PROXY”
-
TYPE_SSL_INBOUND_INSPECTION
= 'SSL_INBOUND_INSPECTION'¶ A constant which can be used with the type property of a MappedSecretSummary. This constant has a value of “SSL_INBOUND_INSPECTION”
-
__init__
(**kwargs)¶ Initializes a new MappedSecretSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this MappedSecretSummary.
- source (str) – The value to assign to the source property of this MappedSecretSummary.
- type (str) – The value to assign to the type property of this MappedSecretSummary. Allowed values for this property are: “SSL_INBOUND_INSPECTION”, “SSL_FORWARD_PROXY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this MappedSecretSummary.
-
name
¶ [Required] Gets the name of this MappedSecretSummary. Name of the secret.
Returns: The name of this MappedSecretSummary. Return type: str
-
parent_resource_id
¶ [Required] Gets the parent_resource_id of this MappedSecretSummary. OCID of the Network Firewall Policy this mapped secret belongs to.
Returns: The parent_resource_id of this MappedSecretSummary. Return type: str
-
source
¶ [Required] Gets the source of this MappedSecretSummary. Source of the secrets, where the secrets are stored.
Returns: The source of this MappedSecretSummary. Return type: str
-
type
¶ [Required] Gets the type of this MappedSecretSummary. Type of the secrets mapped based on the policy.
- SSL_INBOUND_INSPECTION: For Inbound inspection of SSL traffic.
- SSL_FORWARD_PROXY: For forward proxy certificates for SSL inspection.
Allowed values for this property are: “SSL_INBOUND_INSPECTION”, “SSL_FORWARD_PROXY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this MappedSecretSummary. Return type: str
-