1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ServiceMesh
  5. getIngressGateway
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.ServiceMesh.getIngressGateway

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

This data source provides details about a specific Ingress Gateway resource in Oracle Cloud Infrastructure Service Mesh service.

Gets an IngressGateway by identifier.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testIngressGateway = oci.ServiceMesh.getIngressGateway({
    ingressGatewayId: testIngressGatewayOciServiceMeshIngressGateway.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_ingress_gateway = oci.ServiceMesh.get_ingress_gateway(ingress_gateway_id=test_ingress_gateway_oci_service_mesh_ingress_gateway["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/servicemesh"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := servicemesh.GetIngressGateway(ctx, &servicemesh.GetIngressGatewayArgs{
			IngressGatewayId: testIngressGatewayOciServiceMeshIngressGateway.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testIngressGateway = Oci.ServiceMesh.GetIngressGateway.Invoke(new()
    {
        IngressGatewayId = testIngressGatewayOciServiceMeshIngressGateway.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ServiceMesh.ServiceMeshFunctions;
import com.pulumi.oci.ServiceMesh.inputs.GetIngressGatewayArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testIngressGateway = ServiceMeshFunctions.getIngressGateway(GetIngressGatewayArgs.builder()
            .ingressGatewayId(testIngressGatewayOciServiceMeshIngressGateway.id())
            .build());

    }
}
Copy
variables:
  testIngressGateway:
    fn::invoke:
      function: oci:ServiceMesh:getIngressGateway
      arguments:
        ingressGatewayId: ${testIngressGatewayOciServiceMeshIngressGateway.id}
Copy

Using getIngressGateway

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getIngressGateway(args: GetIngressGatewayArgs, opts?: InvokeOptions): Promise<GetIngressGatewayResult>
function getIngressGatewayOutput(args: GetIngressGatewayOutputArgs, opts?: InvokeOptions): Output<GetIngressGatewayResult>
Copy
def get_ingress_gateway(ingress_gateway_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIngressGatewayResult
def get_ingress_gateway_output(ingress_gateway_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIngressGatewayResult]
Copy
func GetIngressGateway(ctx *Context, args *GetIngressGatewayArgs, opts ...InvokeOption) (*GetIngressGatewayResult, error)
func GetIngressGatewayOutput(ctx *Context, args *GetIngressGatewayOutputArgs, opts ...InvokeOption) GetIngressGatewayResultOutput
Copy

> Note: This function is named GetIngressGateway in the Go SDK.

public static class GetIngressGateway 
{
    public static Task<GetIngressGatewayResult> InvokeAsync(GetIngressGatewayArgs args, InvokeOptions? opts = null)
    public static Output<GetIngressGatewayResult> Invoke(GetIngressGatewayInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIngressGatewayResult> getIngressGateway(GetIngressGatewayArgs args, InvokeOptions options)
public static Output<GetIngressGatewayResult> getIngressGateway(GetIngressGatewayArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:ServiceMesh/getIngressGateway:getIngressGateway
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IngressGatewayId This property is required. string
Unique IngressGateway identifier.
IngressGatewayId This property is required. string
Unique IngressGateway identifier.
ingressGatewayId This property is required. String
Unique IngressGateway identifier.
ingressGatewayId This property is required. string
Unique IngressGateway identifier.
ingress_gateway_id This property is required. str
Unique IngressGateway identifier.
ingressGatewayId This property is required. String
Unique IngressGateway identifier.

getIngressGateway Result

The following output properties are available:

AccessLoggings List<GetIngressGatewayAccessLogging>
This configuration determines if logging is enabled and where the logs will be output.
CompartmentId string
The OCID of the compartment.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
FreeformTags Dictionary<string, string>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Hosts List<GetIngressGatewayHost>
Array of hostnames and their listener configuration that this gateway will bind to.
Id string
Unique identifier that is immutable on creation.
IngressGatewayId string
LifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
MeshId string
The OCID of the service mesh in which this ingress gateway is created.
Mtls List<GetIngressGatewayMtl>
Mutual TLS settings used when sending requests to virtual services within the mesh.
Name string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
State string
The current state of the Resource.
SystemTags Dictionary<string, string>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time when this resource was created in an RFC3339 formatted datetime string.
TimeUpdated string
The time when this resource was updated in an RFC3339 formatted datetime string.
AccessLoggings []GetIngressGatewayAccessLogging
This configuration determines if logging is enabled and where the logs will be output.
CompartmentId string
The OCID of the compartment.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
Description string
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
FreeformTags map[string]string
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
Hosts []GetIngressGatewayHost
Array of hostnames and their listener configuration that this gateway will bind to.
Id string
Unique identifier that is immutable on creation.
IngressGatewayId string
LifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
MeshId string
The OCID of the service mesh in which this ingress gateway is created.
Mtls []GetIngressGatewayMtl
Mutual TLS settings used when sending requests to virtual services within the mesh.
Name string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
State string
The current state of the Resource.
SystemTags map[string]string
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated string
The time when this resource was created in an RFC3339 formatted datetime string.
TimeUpdated string
The time when this resource was updated in an RFC3339 formatted datetime string.
accessLoggings List<GetIngressGatewayAccessLogging>
This configuration determines if logging is enabled and where the logs will be output.
compartmentId String
The OCID of the compartment.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
freeformTags Map<String,String>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
hosts List<GetIngressGatewayHost>
Array of hostnames and their listener configuration that this gateway will bind to.
id String
Unique identifier that is immutable on creation.
ingressGatewayId String
lifecycleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
meshId String
The OCID of the service mesh in which this ingress gateway is created.
mtls List<GetIngressGatewayMtl>
Mutual TLS settings used when sending requests to virtual services within the mesh.
name String
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
state String
The current state of the Resource.
systemTags Map<String,String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time when this resource was created in an RFC3339 formatted datetime string.
timeUpdated String
The time when this resource was updated in an RFC3339 formatted datetime string.
accessLoggings GetIngressGatewayAccessLogging[]
This configuration determines if logging is enabled and where the logs will be output.
compartmentId string
The OCID of the compartment.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description string
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
freeformTags {[key: string]: string}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
hosts GetIngressGatewayHost[]
Array of hostnames and their listener configuration that this gateway will bind to.
id string
Unique identifier that is immutable on creation.
ingressGatewayId string
lifecycleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
meshId string
The OCID of the service mesh in which this ingress gateway is created.
mtls GetIngressGatewayMtl[]
Mutual TLS settings used when sending requests to virtual services within the mesh.
name string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
state string
The current state of the Resource.
systemTags {[key: string]: string}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated string
The time when this resource was created in an RFC3339 formatted datetime string.
timeUpdated string
The time when this resource was updated in an RFC3339 formatted datetime string.
access_loggings Sequence[servicemesh.GetIngressGatewayAccessLogging]
This configuration determines if logging is enabled and where the logs will be output.
compartment_id str
The OCID of the compartment.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description str
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
freeform_tags Mapping[str, str]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
hosts Sequence[servicemesh.GetIngressGatewayHost]
Array of hostnames and their listener configuration that this gateway will bind to.
id str
Unique identifier that is immutable on creation.
ingress_gateway_id str
lifecycle_details str
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
mesh_id str
The OCID of the service mesh in which this ingress gateway is created.
mtls Sequence[servicemesh.GetIngressGatewayMtl]
Mutual TLS settings used when sending requests to virtual services within the mesh.
name str
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
state str
The current state of the Resource.
system_tags Mapping[str, str]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created str
The time when this resource was created in an RFC3339 formatted datetime string.
time_updated str
The time when this resource was updated in an RFC3339 formatted datetime string.
accessLoggings List<Property Map>
This configuration determines if logging is enabled and where the logs will be output.
compartmentId String
The OCID of the compartment.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description String
Description of the resource. It can be changed after creation. Avoid entering confidential information. Example: This is my new resource
freeformTags Map<String>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
hosts List<Property Map>
Array of hostnames and their listener configuration that this gateway will bind to.
id String
Unique identifier that is immutable on creation.
ingressGatewayId String
lifecycleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
meshId String
The OCID of the service mesh in which this ingress gateway is created.
mtls List<Property Map>
Mutual TLS settings used when sending requests to virtual services within the mesh.
name String
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
state String
The current state of the Resource.
systemTags Map<String>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated String
The time when this resource was created in an RFC3339 formatted datetime string.
timeUpdated String
The time when this resource was updated in an RFC3339 formatted datetime string.

Supporting Types

GetIngressGatewayAccessLogging

IsEnabled This property is required. bool
Determines if the logging configuration is enabled.
IsEnabled This property is required. bool
Determines if the logging configuration is enabled.
isEnabled This property is required. Boolean
Determines if the logging configuration is enabled.
isEnabled This property is required. boolean
Determines if the logging configuration is enabled.
is_enabled This property is required. bool
Determines if the logging configuration is enabled.
isEnabled This property is required. Boolean
Determines if the logging configuration is enabled.

GetIngressGatewayHost

Hostnames This property is required. List<string>
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
Listeners This property is required. List<GetIngressGatewayHostListener>
The listeners for the ingress gateway.
Name This property is required. string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
Hostnames This property is required. []string
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
Listeners This property is required. []GetIngressGatewayHostListener
The listeners for the ingress gateway.
Name This property is required. string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
hostnames This property is required. List<String>
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
listeners This property is required. List<GetIngressGatewayHostListener>
The listeners for the ingress gateway.
name This property is required. String
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
hostnames This property is required. string[]
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
listeners This property is required. GetIngressGatewayHostListener[]
The listeners for the ingress gateway.
name This property is required. string
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
hostnames This property is required. Sequence[str]
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
listeners This property is required. Sequence[servicemesh.GetIngressGatewayHostListener]
The listeners for the ingress gateway.
name This property is required. str
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name
hostnames This property is required. List<String>
Hostnames of the host. Applicable only for HTTP and TLS_PASSTHROUGH listeners. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are "www.example.com", ".example.com", ".com".
listeners This property is required. List<Property Map>
The listeners for the ingress gateway.
name This property is required. String
A user-friendly name. The name has to be unique within the same service mesh and cannot be changed after creation. Avoid entering confidential information. Example: My unique resource name

GetIngressGatewayHostListener

Port This property is required. int
Port on which ingress gateway is listening.
Protocol This property is required. string
Type of protocol used.
Tls This property is required. List<GetIngressGatewayHostListenerTl>
TLS enforcement config for the ingress listener.
Port This property is required. int
Port on which ingress gateway is listening.
Protocol This property is required. string
Type of protocol used.
Tls This property is required. []GetIngressGatewayHostListenerTl
TLS enforcement config for the ingress listener.
port This property is required. Integer
Port on which ingress gateway is listening.
protocol This property is required. String
Type of protocol used.
tls This property is required. List<GetIngressGatewayHostListenerTl>
TLS enforcement config for the ingress listener.
port This property is required. number
Port on which ingress gateway is listening.
protocol This property is required. string
Type of protocol used.
tls This property is required. GetIngressGatewayHostListenerTl[]
TLS enforcement config for the ingress listener.
port This property is required. int
Port on which ingress gateway is listening.
protocol This property is required. str
Type of protocol used.
tls This property is required. Sequence[servicemesh.GetIngressGatewayHostListenerTl]
TLS enforcement config for the ingress listener.
port This property is required. Number
Port on which ingress gateway is listening.
protocol This property is required. String
Type of protocol used.
tls This property is required. List<Property Map>
TLS enforcement config for the ingress listener.

GetIngressGatewayHostListenerTl

ClientValidations This property is required. List<GetIngressGatewayHostListenerTlClientValidation>
Resource representing the TLS configuration used for validating client certificates.
Mode This property is required. string
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
ServerCertificates This property is required. List<GetIngressGatewayHostListenerTlServerCertificate>
Resource representing the location of the TLS certificate.
ClientValidations This property is required. []GetIngressGatewayHostListenerTlClientValidation
Resource representing the TLS configuration used for validating client certificates.
Mode This property is required. string
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
ServerCertificates This property is required. []GetIngressGatewayHostListenerTlServerCertificate
Resource representing the location of the TLS certificate.
clientValidations This property is required. List<GetIngressGatewayHostListenerTlClientValidation>
Resource representing the TLS configuration used for validating client certificates.
mode This property is required. String
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
serverCertificates This property is required. List<GetIngressGatewayHostListenerTlServerCertificate>
Resource representing the location of the TLS certificate.
clientValidations This property is required. GetIngressGatewayHostListenerTlClientValidation[]
Resource representing the TLS configuration used for validating client certificates.
mode This property is required. string
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
serverCertificates This property is required. GetIngressGatewayHostListenerTlServerCertificate[]
Resource representing the location of the TLS certificate.
client_validations This property is required. Sequence[servicemesh.GetIngressGatewayHostListenerTlClientValidation]
Resource representing the TLS configuration used for validating client certificates.
mode This property is required. str
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
server_certificates This property is required. Sequence[servicemesh.GetIngressGatewayHostListenerTlServerCertificate]
Resource representing the location of the TLS certificate.
clientValidations This property is required. List<Property Map>
Resource representing the TLS configuration used for validating client certificates.
mode This property is required. String
DISABLED: Connection can only be plaintext. PERMISSIVE: Connection can be either plaintext or TLS/mTLS. If the clientValidation.trustedCaBundle property is configured for the listener, mTLS is performed and the client's certificates are validated by the gateway. TLS: Connection can only be TLS. MUTUAL_TLS: Connection can only be MTLS.
serverCertificates This property is required. List<Property Map>
Resource representing the location of the TLS certificate.

GetIngressGatewayHostListenerTlClientValidation

SubjectAlternateNames This property is required. List<string>
A list of alternate names to verify the subject identity in the certificate presented by the client.
TrustedCaBundles This property is required. List<GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle>
Resource representing the CA bundle.
SubjectAlternateNames This property is required. []string
A list of alternate names to verify the subject identity in the certificate presented by the client.
TrustedCaBundles This property is required. []GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle
Resource representing the CA bundle.
subjectAlternateNames This property is required. List<String>
A list of alternate names to verify the subject identity in the certificate presented by the client.
trustedCaBundles This property is required. List<GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle>
Resource representing the CA bundle.
subjectAlternateNames This property is required. string[]
A list of alternate names to verify the subject identity in the certificate presented by the client.
trustedCaBundles This property is required. GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle[]
Resource representing the CA bundle.
subject_alternate_names This property is required. Sequence[str]
A list of alternate names to verify the subject identity in the certificate presented by the client.
trusted_ca_bundles This property is required. Sequence[servicemesh.GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle]
Resource representing the CA bundle.
subjectAlternateNames This property is required. List<String>
A list of alternate names to verify the subject identity in the certificate presented by the client.
trustedCaBundles This property is required. List<Property Map>
Resource representing the CA bundle.

GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle

CaBundleId This property is required. string
The OCID of the CA Bundle resource.
SecretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
Type This property is required. string
Type of certificate.
CaBundleId This property is required. string
The OCID of the CA Bundle resource.
SecretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
Type This property is required. string
Type of certificate.
caBundleId This property is required. String
The OCID of the CA Bundle resource.
secretName This property is required. String
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. String
Type of certificate.
caBundleId This property is required. string
The OCID of the CA Bundle resource.
secretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. string
Type of certificate.
ca_bundle_id This property is required. str
The OCID of the CA Bundle resource.
secret_name This property is required. str
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. str
Type of certificate.
caBundleId This property is required. String
The OCID of the CA Bundle resource.
secretName This property is required. String
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. String
Type of certificate.

GetIngressGatewayHostListenerTlServerCertificate

CertificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
SecretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
Type This property is required. string
Type of certificate.
CertificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
SecretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
Type This property is required. string
Type of certificate.
certificateId This property is required. String
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
secretName This property is required. String
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. String
Type of certificate.
certificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
secretName This property is required. string
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. string
Type of certificate.
certificate_id This property is required. str
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
secret_name This property is required. str
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. str
Type of certificate.
certificateId This property is required. String
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
secretName This property is required. String
Name of the secret. For Kubernetes this is the name of the Kubernetes secret of type tls. For other platforms the secrets must be mounted at: /etc/oci/secrets/${secretName}/tls.{key,crt}
type This property is required. String
Type of certificate.

GetIngressGatewayMtl

CertificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
MaximumValidity This property is required. int
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.
CertificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
MaximumValidity This property is required. int
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.
certificateId This property is required. String
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
maximumValidity This property is required. Integer
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.
certificateId This property is required. string
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
maximumValidity This property is required. 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.
certificate_id This property is required. str
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
maximum_validity This property is required. int
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.
certificateId This property is required. String
The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
maximumValidity This property is required. 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.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi