MeshMutualTransportLayerSecurity

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

Bases: object

Sets a minimum level of mTLS authentication for all virtual services within the mesh.

Methods

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

Attributes

minimum [Required] Gets the minimum of this MeshMutualTransportLayerSecurity.
__init__(**kwargs)

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

Parameters:minimum (str) – The value to assign to the minimum property of this MeshMutualTransportLayerSecurity.
minimum

[Required] Gets the minimum of this MeshMutualTransportLayerSecurity. DISABLED: No minimum virtual services within this mesh can use any mTLS authentication mode. PERMISSIVE: Virtual services within this mesh can use either PERMISSIVE or STRICT modes. STRICT: All virtual services within this mesh must use STRICT mode.

Returns:The minimum of this MeshMutualTransportLayerSecurity.
Return type:str