Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.ServiceMesh.getIngressGateway
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 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,
});
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"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/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
})
}
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,
});
});
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());
}
}
variables:
testIngressGateway:
fn::invoke:
Function: oci:ServiceMesh:getIngressGateway
Arguments:
ingressGatewayId: ${testIngressGatewayOciServiceMeshIngressGateway.id}
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>
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]
func GetIngressGateway(ctx *Context, args *GetIngressGatewayArgs, opts ...InvokeOption) (*GetIngressGatewayResult, error)
func GetIngressGatewayOutput(ctx *Context, args *GetIngressGatewayOutputArgs, opts ...InvokeOption) GetIngressGatewayResultOutput
> 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)
}
public static CompletableFuture<GetIngressGatewayResult> getIngressGateway(GetIngressGatewayArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ServiceMesh/getIngressGateway:getIngressGateway
arguments:
# arguments dictionary
The following arguments are supported:
- Ingress
Gateway stringId - Unique IngressGateway identifier.
- Ingress
Gateway stringId - Unique IngressGateway identifier.
- ingress
Gateway StringId - Unique IngressGateway identifier.
- ingress
Gateway stringId - Unique IngressGateway identifier.
- ingress_
gateway_ strid - Unique IngressGateway identifier.
- ingress
Gateway StringId - Unique IngressGateway identifier.
getIngressGateway Result
The following output properties are available:
- Access
Loggings List<GetIngress Gateway Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, object>
- 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
- Dictionary<string, object>
- 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<Get
Ingress Gateway Host> - Array of hostnames and their listener configuration that this gateway will bind to.
- Id string
- Unique identifier that is immutable on creation.
- Ingress
Gateway stringId - Lifecycle
Details 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.
- Mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- Mtls
List<Get
Ingress Gateway Mtl> - 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.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- Access
Loggings []GetIngress Gateway Access Logging - This configuration determines if logging is enabled and where the logs will be output.
- Compartment
Id string - The OCID of the compartment.
- map[string]interface{}
- 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
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hosts
[]Get
Ingress Gateway Host - Array of hostnames and their listener configuration that this gateway will bind to.
- Id string
- Unique identifier that is immutable on creation.
- Ingress
Gateway stringId - Lifecycle
Details 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.
- Mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- Mtls
[]Get
Ingress Gateway Mtl - 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.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- Time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- access
Loggings List<GetIngress Gateway Access Logging> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id String - The OCID of the compartment.
- Map<String,Object>
- 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
- Map<String,Object>
- 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<Get
Ingress Gateway Host> - Array of hostnames and their listener configuration that this gateway will bind to.
- id String
- Unique identifier that is immutable on creation.
- ingress
Gateway StringId - lifecycle
Details 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.
- mesh
Id String - The OCID of the service mesh in which this ingress gateway is created.
- mtls
List<Get
Ingress Gateway Mtl> - 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.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated String - The time when this resource was updated in an RFC3339 formatted datetime string.
- access
Loggings GetIngress Gateway Access Logging[] - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: any}
- 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
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hosts
Get
Ingress Gateway Host[] - Array of hostnames and their listener configuration that this gateway will bind to.
- id string
- Unique identifier that is immutable on creation.
- ingress
Gateway stringId - lifecycle
Details 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.
- mesh
Id string - The OCID of the service mesh in which this ingress gateway is created.
- mtls
Get
Ingress Gateway Mtl[] - 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.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated string - The time when this resource was updated in an RFC3339 formatted datetime string.
- access_
loggings Sequence[servicemesh.Get Ingress Gateway Access Logging] - This configuration determines if logging is enabled and where the logs will be output.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, Any]
- 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
- Mapping[str, Any]
- 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.
Get Ingress Gateway Host] - Array of hostnames and their listener configuration that this gateway will bind to.
- id str
- Unique identifier that is immutable on creation.
- ingress_
gateway_ strid - 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.
Get Ingress Gateway Mtl] - 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.
- Mapping[str, Any]
- 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.
- access
Loggings List<Property Map> - This configuration determines if logging is enabled and where the logs will be output.
- compartment
Id String - The OCID of the compartment.
- Map<Any>
- 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
- Map<Any>
- 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.
- ingress
Gateway StringId - lifecycle
Details 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.
- mesh
Id 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.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when this resource was created in an RFC3339 formatted datetime string.
- time
Updated String - The time when this resource was updated in an RFC3339 formatted datetime string.
Supporting Types
GetIngressGatewayAccessLogging
- Is
Enabled bool - Determines if the logging configuration is enabled.
- Is
Enabled bool - Determines if the logging configuration is enabled.
- is
Enabled Boolean - Determines if the logging configuration is enabled.
- is
Enabled boolean - Determines if the logging configuration is enabled.
- is_
enabled bool - Determines if the logging configuration is enabled.
- is
Enabled Boolean - Determines if the logging configuration is enabled.
GetIngressGatewayHost
- Hostnames 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
List<Get
Ingress Gateway Host Listener> - The listeners for the ingress gateway.
- 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
- Hostnames []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
[]Get
Ingress Gateway Host Listener - The listeners for the ingress gateway.
- 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
- hostnames 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
List<Get
Ingress Gateway Host Listener> - The listeners for the ingress gateway.
- 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
- hostnames 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
Get
Ingress Gateway Host Listener[] - The listeners for the ingress gateway.
- 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
- hostnames 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
Sequence[servicemesh.
Get Ingress Gateway Host Listener] - The listeners for the ingress gateway.
- 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
- hostnames 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 List<Property Map>
- The listeners for the ingress gateway.
- 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
GetIngressGatewayHostListener
- Port int
- Port on which ingress gateway is listening.
- Protocol string
- Type of protocol used.
- Tls
List<Get
Ingress Gateway Host Listener Tl> - TLS enforcement config for the ingress listener.
- Port int
- Port on which ingress gateway is listening.
- Protocol string
- Type of protocol used.
- Tls
[]Get
Ingress Gateway Host Listener Tl - TLS enforcement config for the ingress listener.
- port Integer
- Port on which ingress gateway is listening.
- protocol String
- Type of protocol used.
- tls
List<Get
Ingress Gateway Host Listener Tl> - TLS enforcement config for the ingress listener.
- port number
- Port on which ingress gateway is listening.
- protocol string
- Type of protocol used.
- tls
Get
Ingress Gateway Host Listener Tl[] - TLS enforcement config for the ingress listener.
- port int
- Port on which ingress gateway is listening.
- protocol str
- Type of protocol used.
- tls
Sequence[servicemesh.
Get Ingress Gateway Host Listener Tl] - TLS enforcement config for the ingress listener.
- port Number
- Port on which ingress gateway is listening.
- protocol String
- Type of protocol used.
- tls List<Property Map>
- TLS enforcement config for the ingress listener.
GetIngressGatewayHostListenerTl
- Client
Validations List<GetIngress Gateway Host Listener Tl Client Validation> - Resource representing the TLS configuration used for validating client certificates.
- Mode 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.
- Server
Certificates List<GetIngress Gateway Host Listener Tl Server Certificate> - Resource representing the location of the TLS certificate.
- Client
Validations []GetIngress Gateway Host Listener Tl Client Validation - Resource representing the TLS configuration used for validating client certificates.
- Mode 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.
- Server
Certificates []GetIngress Gateway Host Listener Tl Server Certificate - Resource representing the location of the TLS certificate.
- client
Validations List<GetIngress Gateway Host Listener Tl Client Validation> - Resource representing the TLS configuration used for validating client certificates.
- mode 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.
- server
Certificates List<GetIngress Gateway Host Listener Tl Server Certificate> - Resource representing the location of the TLS certificate.
- client
Validations GetIngress Gateway Host Listener Tl Client Validation[] - Resource representing the TLS configuration used for validating client certificates.
- mode 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.
- server
Certificates GetIngress Gateway Host Listener Tl Server Certificate[] - Resource representing the location of the TLS certificate.
- client_
validations Sequence[servicemesh.Get Ingress Gateway Host Listener Tl Client Validation] - Resource representing the TLS configuration used for validating client certificates.
- mode 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 Sequence[servicemesh.Get Ingress Gateway Host Listener Tl Server Certificate] - Resource representing the location of the TLS certificate.
- client
Validations List<Property Map> - Resource representing the TLS configuration used for validating client certificates.
- mode 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.
- server
Certificates List<Property Map> - Resource representing the location of the TLS certificate.
GetIngressGatewayHostListenerTlClientValidation
- Subject
Alternate List<string>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Trusted
Ca List<GetBundles Ingress Gateway Host Listener Tl Client Validation Trusted Ca Bundle> - Resource representing the CA bundle.
- Subject
Alternate []stringNames - A list of alternate names to verify the subject identity in the certificate presented by the client.
- Trusted
Ca []GetBundles Ingress Gateway Host Listener Tl Client Validation Trusted Ca Bundle - Resource representing the CA bundle.
- subject
Alternate List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca List<GetBundles Ingress Gateway Host Listener Tl Client Validation Trusted Ca Bundle> - Resource representing the CA bundle.
- subject
Alternate string[]Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca GetBundles Ingress Gateway Host Listener Tl Client Validation Trusted Ca Bundle[] - Resource representing the CA bundle.
- subject_
alternate_ Sequence[str]names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted_
ca_ Sequence[servicemesh.bundles Get Ingress Gateway Host Listener Tl Client Validation Trusted Ca Bundle] - Resource representing the CA bundle.
- subject
Alternate List<String>Names - A list of alternate names to verify the subject identity in the certificate presented by the client.
- trusted
Ca List<Property Map>Bundles - Resource representing the CA bundle.
GetIngressGatewayHostListenerTlClientValidationTrustedCaBundle
- Ca
Bundle stringId - The OCID of the CA Bundle resource.
- Secret
Name 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 string
- Type of certificate.
- Ca
Bundle stringId - The OCID of the CA Bundle resource.
- Secret
Name 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 string
- Type of certificate.
- ca
Bundle StringId - The OCID of the CA Bundle resource.
- secret
Name 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 String
- Type of certificate.
- ca
Bundle stringId - The OCID of the CA Bundle resource.
- secret
Name 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 string
- Type of certificate.
- ca_
bundle_ strid - The OCID of the CA Bundle resource.
- secret_
name 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 str
- Type of certificate.
- ca
Bundle StringId - The OCID of the CA Bundle resource.
- secret
Name 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 String
- Type of certificate.
GetIngressGatewayHostListenerTlServerCertificate
- Certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Secret
Name 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 string
- Type of certificate.
- Certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Secret
Name 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 string
- Type of certificate.
- certificate
Id String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name 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 String
- Type of certificate.
- certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name 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 string
- Type of certificate.
- certificate_
id str - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret_
name 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 str
- Type of certificate.
- certificate
Id String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- secret
Name 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 String
- Type of certificate.
GetIngressGatewayMtl
- Certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Maximum
Validity 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.
- Certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- Maximum
Validity 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.
- certificate
Id String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity 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.
- certificate
Id string - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity 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 str - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum_
validity 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.
- certificate
Id String - The OCID of the certificate resource that will be used for mTLS authentication with other virtual services in the mesh.
- maximum
Validity 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 v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi