Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MutualTransportLayerSecurity

Mutual TLS settings used when communicating with other virtual services or ingress gateways within the mesh.

Properties

certificateId

certificateId: string

The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.

Optional maximumValidity

maximumValidity: undefined | number

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. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

mode

mode: Mode

DISABLED: Connection is not tunneled. PERMISSIVE: Connection can be either plaintext or an mTLS tunnel. STRICT: Connection is an mTLS tunnel. Clients without a valid certificate will be rejected.

Functions

getDeserializedJsonObj

getJsonObj