IngressGatewayMutualTransportLayerSecurityDetails

class oci.service_mesh.models.IngressGatewayMutualTransportLayerSecurityDetails(**kwargs)

Bases: object

Mutual TLS settings used when sending requests to virtual services within the mesh.

Methods

__init__(**kwargs) Initializes a new IngressGatewayMutualTransportLayerSecurityDetails object with values from keyword arguments.

Attributes

maximum_validity Gets the maximum_validity of this IngressGatewayMutualTransportLayerSecurityDetails.
__init__(**kwargs)

Initializes a new IngressGatewayMutualTransportLayerSecurityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:maximum_validity (int) – The value to assign to the maximum_validity property of this IngressGatewayMutualTransportLayerSecurityDetails.
maximum_validity

Gets the maximum_validity of this IngressGatewayMutualTransportLayerSecurityDetails. The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.

Returns:The maximum_validity of this IngressGatewayMutualTransportLayerSecurityDetails.
Return type:int