1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. ContainerEngine
  5. getCluster
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.ContainerEngine.getCluster

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    This data source provides details about a specific Cluster resource in Oracle Cloud Infrastructure Container Engine service.

    Get the details of a cluster.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCluster = oci.ContainerEngine.getCluster({
        clusterId: testClusterOciContainerengineCluster.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_cluster = oci.ContainerEngine.get_cluster(cluster_id=test_cluster_oci_containerengine_cluster["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/containerengine"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := containerengine.GetCluster(ctx, &containerengine.GetClusterArgs{
    			ClusterId: testClusterOciContainerengineCluster.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 testCluster = Oci.ContainerEngine.GetCluster.Invoke(new()
        {
            ClusterId = testClusterOciContainerengineCluster.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ContainerEngine.ContainerEngineFunctions;
    import com.pulumi.oci.ContainerEngine.inputs.GetClusterArgs;
    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 testCluster = ContainerEngineFunctions.getCluster(GetClusterArgs.builder()
                .clusterId(testClusterOciContainerengineCluster.id())
                .build());
    
        }
    }
    
    variables:
      testCluster:
        fn::invoke:
          function: oci:ContainerEngine:getCluster
          arguments:
            clusterId: ${testClusterOciContainerengineCluster.id}
    

    Using getCluster

    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 getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
    function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
    def get_cluster(cluster_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetClusterResult
    def get_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
    func GetCluster(ctx *Context, args *GetClusterArgs, opts ...InvokeOption) (*GetClusterResult, error)
    func GetClusterOutput(ctx *Context, args *GetClusterOutputArgs, opts ...InvokeOption) GetClusterResultOutput

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

    public static class GetCluster 
    {
        public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:ContainerEngine/getCluster:getCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    The OCID of the cluster.
    ClusterId string
    The OCID of the cluster.
    clusterId String
    The OCID of the cluster.
    clusterId string
    The OCID of the cluster.
    cluster_id str
    The OCID of the cluster.
    clusterId String
    The OCID of the cluster.

    getCluster Result

    The following output properties are available:

    AvailableKubernetesUpgrades List<string>
    Available Kubernetes versions to which the clusters masters may be upgraded.
    ClusterId string
    ClusterPodNetworkOptions List<GetClusterClusterPodNetworkOption>
    Available CNIs and network options for existing and new node pools of the cluster
    CompartmentId string
    The OCID of the compartment in which the cluster exists.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    EndpointConfigs List<GetClusterEndpointConfig>
    The network configuration for access to the Cluster control plane.
    Endpoints List<GetClusterEndpoint>
    Endpoints served up by the cluster masters.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the cluster.
    ImagePolicyConfigs List<GetClusterImagePolicyConfig>
    The image verification policy for signature validation.
    KmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    KubernetesVersion string
    The version of Kubernetes running on the cluster masters.
    LifecycleDetails string
    Details about the state of the cluster masters.
    Metadatas List<GetClusterMetadata>
    Metadata about the cluster.
    Name string
    The name of the cluster.
    OpenIdConnectDiscoveryEndpoint string
    Options List<GetClusterOption>
    Optional attributes for the cluster.
    State string
    The state of the cluster masters.
    Type string
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    VcnId string
    The OCID of the virtual cloud network (VCN) in which the cluster exists.
    AvailableKubernetesUpgrades []string
    Available Kubernetes versions to which the clusters masters may be upgraded.
    ClusterId string
    ClusterPodNetworkOptions []GetClusterClusterPodNetworkOption
    Available CNIs and network options for existing and new node pools of the cluster
    CompartmentId string
    The OCID of the compartment in which the cluster exists.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    EndpointConfigs []GetClusterEndpointConfig
    The network configuration for access to the Cluster control plane.
    Endpoints []GetClusterEndpoint
    Endpoints served up by the cluster masters.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the cluster.
    ImagePolicyConfigs []GetClusterImagePolicyConfig
    The image verification policy for signature validation.
    KmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    KubernetesVersion string
    The version of Kubernetes running on the cluster masters.
    LifecycleDetails string
    Details about the state of the cluster masters.
    Metadatas []GetClusterMetadata
    Metadata about the cluster.
    Name string
    The name of the cluster.
    OpenIdConnectDiscoveryEndpoint string
    Options []GetClusterOption
    Optional attributes for the cluster.
    State string
    The state of the cluster masters.
    Type string
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    VcnId string
    The OCID of the virtual cloud network (VCN) in which the cluster exists.
    availableKubernetesUpgrades List<String>
    Available Kubernetes versions to which the clusters masters may be upgraded.
    clusterId String
    clusterPodNetworkOptions List<GetClusterClusterPodNetworkOption>
    Available CNIs and network options for existing and new node pools of the cluster
    compartmentId String
    The OCID of the compartment in which the cluster exists.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    endpointConfigs List<GetClusterEndpointConfig>
    The network configuration for access to the Cluster control plane.
    endpoints List<GetClusterEndpoint>
    Endpoints served up by the cluster masters.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the cluster.
    imagePolicyConfigs List<GetClusterImagePolicyConfig>
    The image verification policy for signature validation.
    kmsKeyId String
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kubernetesVersion String
    The version of Kubernetes running on the cluster masters.
    lifecycleDetails String
    Details about the state of the cluster masters.
    metadatas List<GetClusterMetadata>
    Metadata about the cluster.
    name String
    The name of the cluster.
    openIdConnectDiscoveryEndpoint String
    options List<GetClusterOption>
    Optional attributes for the cluster.
    state String
    The state of the cluster masters.
    type String
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    vcnId String
    The OCID of the virtual cloud network (VCN) in which the cluster exists.
    availableKubernetesUpgrades string[]
    Available Kubernetes versions to which the clusters masters may be upgraded.
    clusterId string
    clusterPodNetworkOptions GetClusterClusterPodNetworkOption[]
    Available CNIs and network options for existing and new node pools of the cluster
    compartmentId string
    The OCID of the compartment in which the cluster exists.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    endpointConfigs GetClusterEndpointConfig[]
    The network configuration for access to the Cluster control plane.
    endpoints GetClusterEndpoint[]
    Endpoints served up by the cluster masters.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the cluster.
    imagePolicyConfigs GetClusterImagePolicyConfig[]
    The image verification policy for signature validation.
    kmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kubernetesVersion string
    The version of Kubernetes running on the cluster masters.
    lifecycleDetails string
    Details about the state of the cluster masters.
    metadatas GetClusterMetadata[]
    Metadata about the cluster.
    name string
    The name of the cluster.
    openIdConnectDiscoveryEndpoint string
    options GetClusterOption[]
    Optional attributes for the cluster.
    state string
    The state of the cluster masters.
    type string
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    vcnId string
    The OCID of the virtual cloud network (VCN) in which the cluster exists.
    available_kubernetes_upgrades Sequence[str]
    Available Kubernetes versions to which the clusters masters may be upgraded.
    cluster_id str
    cluster_pod_network_options Sequence[containerengine.GetClusterClusterPodNetworkOption]
    Available CNIs and network options for existing and new node pools of the cluster
    compartment_id str
    The OCID of the compartment in which the cluster exists.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    endpoint_configs Sequence[containerengine.GetClusterEndpointConfig]
    The network configuration for access to the Cluster control plane.
    endpoints Sequence[containerengine.GetClusterEndpoint]
    Endpoints served up by the cluster masters.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the cluster.
    image_policy_configs Sequence[containerengine.GetClusterImagePolicyConfig]
    The image verification policy for signature validation.
    kms_key_id str
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kubernetes_version str
    The version of Kubernetes running on the cluster masters.
    lifecycle_details str
    Details about the state of the cluster masters.
    metadatas Sequence[containerengine.GetClusterMetadata]
    Metadata about the cluster.
    name str
    The name of the cluster.
    open_id_connect_discovery_endpoint str
    options Sequence[containerengine.GetClusterOption]
    Optional attributes for the cluster.
    state str
    The state of the cluster masters.
    type str
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    vcn_id str
    The OCID of the virtual cloud network (VCN) in which the cluster exists.
    availableKubernetesUpgrades List<String>
    Available Kubernetes versions to which the clusters masters may be upgraded.
    clusterId String
    clusterPodNetworkOptions List<Property Map>
    Available CNIs and network options for existing and new node pools of the cluster
    compartmentId String
    The OCID of the compartment in which the cluster exists.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    endpointConfigs List<Property Map>
    The network configuration for access to the Cluster control plane.
    endpoints List<Property Map>
    Endpoints served up by the cluster masters.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the cluster.
    imagePolicyConfigs List<Property Map>
    The image verification policy for signature validation.
    kmsKeyId String
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kubernetesVersion String
    The version of Kubernetes running on the cluster masters.
    lifecycleDetails String
    Details about the state of the cluster masters.
    metadatas List<Property Map>
    Metadata about the cluster.
    name String
    The name of the cluster.
    openIdConnectDiscoveryEndpoint String
    options List<Property Map>
    Optional attributes for the cluster.
    state String
    The state of the cluster masters.
    type String
    Type of cluster. Values can be BASIC_CLUSTER or ENHANCED_CLUSTER. For more information, see Cluster Types
    vcnId String
    The OCID of the virtual cloud network (VCN) in which the cluster exists.

    Supporting Types

    GetClusterClusterPodNetworkOption

    CniType string
    The CNI used by the node pools of this cluster
    CniType string
    The CNI used by the node pools of this cluster
    cniType String
    The CNI used by the node pools of this cluster
    cniType string
    The CNI used by the node pools of this cluster
    cni_type str
    The CNI used by the node pools of this cluster
    cniType String
    The CNI used by the node pools of this cluster

    GetClusterEndpoint

    Ipv6endpoint string
    The IPv6 networking Kubernetes API server endpoint.
    Kubernetes string
    The non-native networking Kubernetes API server endpoint.
    PrivateEndpoint string
    The private native networking Kubernetes API server endpoint.
    PublicEndpoint string
    The public native networking Kubernetes API server endpoint, if one was requested.
    VcnHostnameEndpoint string
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
    Ipv6endpoint string
    The IPv6 networking Kubernetes API server endpoint.
    Kubernetes string
    The non-native networking Kubernetes API server endpoint.
    PrivateEndpoint string
    The private native networking Kubernetes API server endpoint.
    PublicEndpoint string
    The public native networking Kubernetes API server endpoint, if one was requested.
    VcnHostnameEndpoint string
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
    ipv6endpoint String
    The IPv6 networking Kubernetes API server endpoint.
    kubernetes String
    The non-native networking Kubernetes API server endpoint.
    privateEndpoint String
    The private native networking Kubernetes API server endpoint.
    publicEndpoint String
    The public native networking Kubernetes API server endpoint, if one was requested.
    vcnHostnameEndpoint String
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
    ipv6endpoint string
    The IPv6 networking Kubernetes API server endpoint.
    kubernetes string
    The non-native networking Kubernetes API server endpoint.
    privateEndpoint string
    The private native networking Kubernetes API server endpoint.
    publicEndpoint string
    The public native networking Kubernetes API server endpoint, if one was requested.
    vcnHostnameEndpoint string
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
    ipv6endpoint str
    The IPv6 networking Kubernetes API server endpoint.
    kubernetes str
    The non-native networking Kubernetes API server endpoint.
    private_endpoint str
    The private native networking Kubernetes API server endpoint.
    public_endpoint str
    The public native networking Kubernetes API server endpoint, if one was requested.
    vcn_hostname_endpoint str
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'
    ipv6endpoint String
    The IPv6 networking Kubernetes API server endpoint.
    kubernetes String
    The non-native networking Kubernetes API server endpoint.
    privateEndpoint String
    The private native networking Kubernetes API server endpoint.
    publicEndpoint String
    The public native networking Kubernetes API server endpoint, if one was requested.
    vcnHostnameEndpoint String
    The FQDN assigned to the Kubernetes API private endpoint. Example: 'https://yourVcnHostnameEndpoint'

    GetClusterEndpointConfig

    IsPublicIpEnabled bool
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    NsgIds List<string>
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    SubnetId string
    The OCID of the regional subnet in which to place the Cluster endpoint.
    IsPublicIpEnabled bool
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    NsgIds []string
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    SubnetId string
    The OCID of the regional subnet in which to place the Cluster endpoint.
    isPublicIpEnabled Boolean
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    nsgIds List<String>
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    subnetId String
    The OCID of the regional subnet in which to place the Cluster endpoint.
    isPublicIpEnabled boolean
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    nsgIds string[]
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    subnetId string
    The OCID of the regional subnet in which to place the Cluster endpoint.
    is_public_ip_enabled bool
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    nsg_ids Sequence[str]
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    subnet_id str
    The OCID of the regional subnet in which to place the Cluster endpoint.
    isPublicIpEnabled Boolean
    Whether the cluster should be assigned a public IP address. Defaults to false. If set to true on a private subnet, the cluster provisioning will fail.
    nsgIds List<String>
    A list of the OCIDs of the network security groups (NSGs) to apply to the cluster endpoint. For more information about NSGs, see NetworkSecurityGroup.
    subnetId String
    The OCID of the regional subnet in which to place the Cluster endpoint.

    GetClusterImagePolicyConfig

    IsPolicyEnabled bool
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    KeyDetails List<GetClusterImagePolicyConfigKeyDetail>
    A list of KMS key details.
    IsPolicyEnabled bool
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    KeyDetails []GetClusterImagePolicyConfigKeyDetail
    A list of KMS key details.
    isPolicyEnabled Boolean
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    keyDetails List<GetClusterImagePolicyConfigKeyDetail>
    A list of KMS key details.
    isPolicyEnabled boolean
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    keyDetails GetClusterImagePolicyConfigKeyDetail[]
    A list of KMS key details.
    is_policy_enabled bool
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    key_details Sequence[containerengine.GetClusterImagePolicyConfigKeyDetail]
    A list of KMS key details.
    isPolicyEnabled Boolean
    Whether the image verification policy is enabled. Defaults to false. If set to true, the images will be verified against the policy at runtime.
    keyDetails List<Property Map>
    A list of KMS key details.

    GetClusterImagePolicyConfigKeyDetail

    KmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    KmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kmsKeyId String
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kmsKeyId string
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kms_key_id str
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.
    kmsKeyId String
    The OCID of the KMS key to be used as the master encryption key for Kubernetes secret encryption.

    GetClusterMetadata

    CreatedByUserId string
    The user who created the cluster.
    CreatedByWorkRequestId string
    The OCID of the work request which created the cluster.
    DeletedByUserId string
    The user who deleted the cluster.
    DeletedByWorkRequestId string
    The OCID of the work request which deleted the cluster.
    TimeCreated string
    The time the cluster was created.
    TimeCredentialExpiration string
    The time until which the cluster credential is valid.
    TimeDeleted string
    The time the cluster was deleted.
    TimeUpdated string
    The time the cluster was updated.
    UpdatedByUserId string
    The user who updated the cluster.
    UpdatedByWorkRequestId string
    The OCID of the work request which updated the cluster.
    CreatedByUserId string
    The user who created the cluster.
    CreatedByWorkRequestId string
    The OCID of the work request which created the cluster.
    DeletedByUserId string
    The user who deleted the cluster.
    DeletedByWorkRequestId string
    The OCID of the work request which deleted the cluster.
    TimeCreated string
    The time the cluster was created.
    TimeCredentialExpiration string
    The time until which the cluster credential is valid.
    TimeDeleted string
    The time the cluster was deleted.
    TimeUpdated string
    The time the cluster was updated.
    UpdatedByUserId string
    The user who updated the cluster.
    UpdatedByWorkRequestId string
    The OCID of the work request which updated the cluster.
    createdByUserId String
    The user who created the cluster.
    createdByWorkRequestId String
    The OCID of the work request which created the cluster.
    deletedByUserId String
    The user who deleted the cluster.
    deletedByWorkRequestId String
    The OCID of the work request which deleted the cluster.
    timeCreated String
    The time the cluster was created.
    timeCredentialExpiration String
    The time until which the cluster credential is valid.
    timeDeleted String
    The time the cluster was deleted.
    timeUpdated String
    The time the cluster was updated.
    updatedByUserId String
    The user who updated the cluster.
    updatedByWorkRequestId String
    The OCID of the work request which updated the cluster.
    createdByUserId string
    The user who created the cluster.
    createdByWorkRequestId string
    The OCID of the work request which created the cluster.
    deletedByUserId string
    The user who deleted the cluster.
    deletedByWorkRequestId string
    The OCID of the work request which deleted the cluster.
    timeCreated string
    The time the cluster was created.
    timeCredentialExpiration string
    The time until which the cluster credential is valid.
    timeDeleted string
    The time the cluster was deleted.
    timeUpdated string
    The time the cluster was updated.
    updatedByUserId string
    The user who updated the cluster.
    updatedByWorkRequestId string
    The OCID of the work request which updated the cluster.
    created_by_user_id str
    The user who created the cluster.
    created_by_work_request_id str
    The OCID of the work request which created the cluster.
    deleted_by_user_id str
    The user who deleted the cluster.
    deleted_by_work_request_id str
    The OCID of the work request which deleted the cluster.
    time_created str
    The time the cluster was created.
    time_credential_expiration str
    The time until which the cluster credential is valid.
    time_deleted str
    The time the cluster was deleted.
    time_updated str
    The time the cluster was updated.
    updated_by_user_id str
    The user who updated the cluster.
    updated_by_work_request_id str
    The OCID of the work request which updated the cluster.
    createdByUserId String
    The user who created the cluster.
    createdByWorkRequestId String
    The OCID of the work request which created the cluster.
    deletedByUserId String
    The user who deleted the cluster.
    deletedByWorkRequestId String
    The OCID of the work request which deleted the cluster.
    timeCreated String
    The time the cluster was created.
    timeCredentialExpiration String
    The time until which the cluster credential is valid.
    timeDeleted String
    The time the cluster was deleted.
    timeUpdated String
    The time the cluster was updated.
    updatedByUserId String
    The user who updated the cluster.
    updatedByWorkRequestId String
    The OCID of the work request which updated the cluster.

    GetClusterOption

    AddOns List<GetClusterOptionAddOn>
    Configurable cluster add-ons
    AdmissionControllerOptions List<GetClusterOptionAdmissionControllerOption>
    Configurable cluster admission controllers
    IpFamilies List<string>
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    KubernetesNetworkConfigs List<GetClusterOptionKubernetesNetworkConfig>
    Network configuration for Kubernetes.
    OpenIdConnectDiscoveries List<GetClusterOptionOpenIdConnectDiscovery>
    The property that define the status of the OIDC Discovery feature for a cluster.
    OpenIdConnectTokenAuthenticationConfigs List<GetClusterOptionOpenIdConnectTokenAuthenticationConfig>
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    PersistentVolumeConfigs List<GetClusterOptionPersistentVolumeConfig>
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    ServiceLbConfigs List<GetClusterOptionServiceLbConfig>
    Configuration to be applied to load balancers created by Kubernetes services
    ServiceLbSubnetIds List<string>
    The OCIDs of the subnets used for Kubernetes services load balancers.
    AddOns []GetClusterOptionAddOn
    Configurable cluster add-ons
    AdmissionControllerOptions []GetClusterOptionAdmissionControllerOption
    Configurable cluster admission controllers
    IpFamilies []string
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    KubernetesNetworkConfigs []GetClusterOptionKubernetesNetworkConfig
    Network configuration for Kubernetes.
    OpenIdConnectDiscoveries []GetClusterOptionOpenIdConnectDiscovery
    The property that define the status of the OIDC Discovery feature for a cluster.
    OpenIdConnectTokenAuthenticationConfigs []GetClusterOptionOpenIdConnectTokenAuthenticationConfig
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    PersistentVolumeConfigs []GetClusterOptionPersistentVolumeConfig
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    ServiceLbConfigs []GetClusterOptionServiceLbConfig
    Configuration to be applied to load balancers created by Kubernetes services
    ServiceLbSubnetIds []string
    The OCIDs of the subnets used for Kubernetes services load balancers.
    addOns List<GetClusterOptionAddOn>
    Configurable cluster add-ons
    admissionControllerOptions List<GetClusterOptionAdmissionControllerOption>
    Configurable cluster admission controllers
    ipFamilies List<String>
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    kubernetesNetworkConfigs List<GetClusterOptionKubernetesNetworkConfig>
    Network configuration for Kubernetes.
    openIdConnectDiscoveries List<GetClusterOptionOpenIdConnectDiscovery>
    The property that define the status of the OIDC Discovery feature for a cluster.
    openIdConnectTokenAuthenticationConfigs List<GetClusterOptionOpenIdConnectTokenAuthenticationConfig>
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    persistentVolumeConfigs List<GetClusterOptionPersistentVolumeConfig>
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    serviceLbConfigs List<GetClusterOptionServiceLbConfig>
    Configuration to be applied to load balancers created by Kubernetes services
    serviceLbSubnetIds List<String>
    The OCIDs of the subnets used for Kubernetes services load balancers.
    addOns GetClusterOptionAddOn[]
    Configurable cluster add-ons
    admissionControllerOptions GetClusterOptionAdmissionControllerOption[]
    Configurable cluster admission controllers
    ipFamilies string[]
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    kubernetesNetworkConfigs GetClusterOptionKubernetesNetworkConfig[]
    Network configuration for Kubernetes.
    openIdConnectDiscoveries GetClusterOptionOpenIdConnectDiscovery[]
    The property that define the status of the OIDC Discovery feature for a cluster.
    openIdConnectTokenAuthenticationConfigs GetClusterOptionOpenIdConnectTokenAuthenticationConfig[]
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    persistentVolumeConfigs GetClusterOptionPersistentVolumeConfig[]
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    serviceLbConfigs GetClusterOptionServiceLbConfig[]
    Configuration to be applied to load balancers created by Kubernetes services
    serviceLbSubnetIds string[]
    The OCIDs of the subnets used for Kubernetes services load balancers.
    add_ons Sequence[containerengine.GetClusterOptionAddOn]
    Configurable cluster add-ons
    admission_controller_options Sequence[containerengine.GetClusterOptionAdmissionControllerOption]
    Configurable cluster admission controllers
    ip_families Sequence[str]
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    kubernetes_network_configs Sequence[containerengine.GetClusterOptionKubernetesNetworkConfig]
    Network configuration for Kubernetes.
    open_id_connect_discoveries Sequence[containerengine.GetClusterOptionOpenIdConnectDiscovery]
    The property that define the status of the OIDC Discovery feature for a cluster.
    open_id_connect_token_authentication_configs Sequence[containerengine.GetClusterOptionOpenIdConnectTokenAuthenticationConfig]
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    persistent_volume_configs Sequence[containerengine.GetClusterOptionPersistentVolumeConfig]
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    service_lb_configs Sequence[containerengine.GetClusterOptionServiceLbConfig]
    Configuration to be applied to load balancers created by Kubernetes services
    service_lb_subnet_ids Sequence[str]
    The OCIDs of the subnets used for Kubernetes services load balancers.
    addOns List<Property Map>
    Configurable cluster add-ons
    admissionControllerOptions List<Property Map>
    Configurable cluster admission controllers
    ipFamilies List<String>
    IP family to use for single stack or define the order of IP families for dual-stack. Available values are [] (defaults to IPv4), [IPv4] (IPv4), [IPv4, IPv6] (IPv4 preferred dual stack).
    kubernetesNetworkConfigs List<Property Map>
    Network configuration for Kubernetes.
    openIdConnectDiscoveries List<Property Map>
    The property that define the status of the OIDC Discovery feature for a cluster.
    openIdConnectTokenAuthenticationConfigs List<Property Map>
    The properties that configure OIDC token authentication in kube-apiserver. For more information, see Configuring the API Server.
    persistentVolumeConfigs List<Property Map>
    Configuration to be applied to block volumes created by Kubernetes Persistent Volume Claims (PVC)
    serviceLbConfigs List<Property Map>
    Configuration to be applied to load balancers created by Kubernetes services
    serviceLbSubnetIds List<String>
    The OCIDs of the subnets used for Kubernetes services load balancers.

    GetClusterOptionAddOn

    IsKubernetesDashboardEnabled bool
    Whether or not to enable the Kubernetes Dashboard add-on.
    IsTillerEnabled bool
    Whether or not to enable the Tiller add-on.
    IsKubernetesDashboardEnabled bool
    Whether or not to enable the Kubernetes Dashboard add-on.
    IsTillerEnabled bool
    Whether or not to enable the Tiller add-on.
    isKubernetesDashboardEnabled Boolean
    Whether or not to enable the Kubernetes Dashboard add-on.
    isTillerEnabled Boolean
    Whether or not to enable the Tiller add-on.
    isKubernetesDashboardEnabled boolean
    Whether or not to enable the Kubernetes Dashboard add-on.
    isTillerEnabled boolean
    Whether or not to enable the Tiller add-on.
    is_kubernetes_dashboard_enabled bool
    Whether or not to enable the Kubernetes Dashboard add-on.
    is_tiller_enabled bool
    Whether or not to enable the Tiller add-on.
    isKubernetesDashboardEnabled Boolean
    Whether or not to enable the Kubernetes Dashboard add-on.
    isTillerEnabled Boolean
    Whether or not to enable the Tiller add-on.

    GetClusterOptionAdmissionControllerOption

    IsPodSecurityPolicyEnabled bool
    Whether or not to enable the Pod Security Policy admission controller.
    IsPodSecurityPolicyEnabled bool
    Whether or not to enable the Pod Security Policy admission controller.
    isPodSecurityPolicyEnabled Boolean
    Whether or not to enable the Pod Security Policy admission controller.
    isPodSecurityPolicyEnabled boolean
    Whether or not to enable the Pod Security Policy admission controller.
    is_pod_security_policy_enabled bool
    Whether or not to enable the Pod Security Policy admission controller.
    isPodSecurityPolicyEnabled Boolean
    Whether or not to enable the Pod Security Policy admission controller.

    GetClusterOptionKubernetesNetworkConfig

    PodsCidr string
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    ServicesCidr string
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
    PodsCidr string
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    ServicesCidr string
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
    podsCidr String
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    servicesCidr String
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
    podsCidr string
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    servicesCidr string
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
    pods_cidr str
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    services_cidr str
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.
    podsCidr String
    The CIDR block for Kubernetes pods. Optional. For ipv4, defaults to 10.244.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0000::/96.
    servicesCidr String
    The CIDR block for Kubernetes services. Optional. For ipv4, defaults to 10.96.0.0/16. For ipv6, defaults to fd00:eeee:eeee:0001::/108.

    GetClusterOptionOpenIdConnectDiscovery

    IsOpenIdConnectDiscoveryEnabled bool
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
    IsOpenIdConnectDiscoveryEnabled bool
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
    isOpenIdConnectDiscoveryEnabled Boolean
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
    isOpenIdConnectDiscoveryEnabled boolean
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
    is_open_id_connect_discovery_enabled bool
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
    isOpenIdConnectDiscoveryEnabled Boolean
    Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.

    GetClusterOptionOpenIdConnectTokenAuthenticationConfig

    CaCertificate string
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    ClientId string
    A client id that all tokens must be issued for.
    ConfigurationFile string
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    GroupsClaim string
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    GroupsPrefix string
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    IsOpenIdConnectAuthEnabled bool
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    IssuerUrl string
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    RequiredClaims List<GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim>
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    SigningAlgorithms List<string>
    The signing algorithms accepted. Default is ["RS256"].
    UsernameClaim string
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    UsernamePrefix string
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.
    CaCertificate string
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    ClientId string
    A client id that all tokens must be issued for.
    ConfigurationFile string
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    GroupsClaim string
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    GroupsPrefix string
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    IsOpenIdConnectAuthEnabled bool
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    IssuerUrl string
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    RequiredClaims []GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    SigningAlgorithms []string
    The signing algorithms accepted. Default is ["RS256"].
    UsernameClaim string
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    UsernamePrefix string
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.
    caCertificate String
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    clientId String
    A client id that all tokens must be issued for.
    configurationFile String
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    groupsClaim String
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    groupsPrefix String
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    isOpenIdConnectAuthEnabled Boolean
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    issuerUrl String
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    requiredClaims List<GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim>
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    signingAlgorithms List<String>
    The signing algorithms accepted. Default is ["RS256"].
    usernameClaim String
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    usernamePrefix String
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.
    caCertificate string
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    clientId string
    A client id that all tokens must be issued for.
    configurationFile string
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    groupsClaim string
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    groupsPrefix string
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    isOpenIdConnectAuthEnabled boolean
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    issuerUrl string
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    requiredClaims GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim[]
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    signingAlgorithms string[]
    The signing algorithms accepted. Default is ["RS256"].
    usernameClaim string
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    usernamePrefix string
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.
    ca_certificate str
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    client_id str
    A client id that all tokens must be issued for.
    configuration_file str
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    groups_claim str
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    groups_prefix str
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    is_open_id_connect_auth_enabled bool
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    issuer_url str
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    required_claims Sequence[containerengine.GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim]
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    signing_algorithms Sequence[str]
    The signing algorithms accepted. Default is ["RS256"].
    username_claim str
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    username_prefix str
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.
    caCertificate String
    A Base64 encoded public RSA or ECDSA certificates used to signed your identity provider's web certificate.
    clientId String
    A client id that all tokens must be issued for.
    configurationFile String
    A Base64 encoded string of a Kubernetes OIDC Auth Config file. More info here
    groupsClaim String
    JWT claim to use as the user's group. If the claim is present it must be an array of strings.
    groupsPrefix String
    Prefix prepended to group claims to prevent clashes with existing names (such as system:groups).
    isOpenIdConnectAuthEnabled Boolean
    Whether the cluster has OIDC Auth Config enabled. Defaults to false.
    issuerUrl String
    URL of the provider that allows the API server to discover public signing keys. Only URLs that use the https:// scheme are accepted. This is typically the provider's discovery URL, changed to have an empty path.
    requiredClaims List<Property Map>
    A key=value pair that describes a required claim in the ID Token. If set, the claim is verified to be present in the ID Token with a matching value. Repeat this flag to specify multiple claims.
    signingAlgorithms List<String>
    The signing algorithms accepted. Default is ["RS256"].
    usernameClaim String
    JWT claim to use as the user name. By default sub, which is expected to be a unique identifier of the end user. Admins can choose other claims, such as email or name, depending on their provider. However, claims other than email will be prefixed with the issuer URL to prevent naming clashes with other plugins.
    usernamePrefix String
    Prefix prepended to username claims to prevent clashes with existing names (such as system:users). For example, the value oidc: will create usernames like oidc:jane.doe. If this flag isn't provided and --oidc-username-claim is a value other than email the prefix defaults to ( Issuer URL )# where ( Issuer URL ) is the value of --oidc-issuer-url. The value - can be used to disable all prefixing.

    GetClusterOptionOpenIdConnectTokenAuthenticationConfigRequiredClaim

    Key string
    The key of the pair.
    Value string
    The value of the pair.
    Key string
    The key of the pair.
    Value string
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.
    key string
    The key of the pair.
    value string
    The value of the pair.
    key str
    The key of the pair.
    value str
    The value of the pair.
    key String
    The key of the pair.
    value String
    The value of the pair.

    GetClusterOptionPersistentVolumeConfig

    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    GetClusterOptionServiceLbConfig

    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

    Package Details

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