1. Packages
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. Tenantmanagercontrolplane
  6. getLinkFeatures
Viewing docs for Oracle Cloud Infrastructure v4.16.0
published on Wednesday, Jun 17, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.16.0
published on Wednesday, Jun 17, 2026 by Pulumi

    This data source provides the list of Link Features in Oracle Cloud Infrastructure Tenantmanagercontrolplane service.

    Return a list of link features.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testLinkFeatures = oci.tenantmanagercontrolplane.getLinkFeatures({
        compartmentId: compartmentId,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_link_features = oci.tenantmanagercontrolplane.get_link_features(compartment_id=compartment_id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/tenantmanagercontrolplane"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tenantmanagercontrolplane.GetLinkFeatures(ctx, &tenantmanagercontrolplane.GetLinkFeaturesArgs{
    			CompartmentId: compartmentId,
    		}, 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 testLinkFeatures = Oci.Tenantmanagercontrolplane.GetLinkFeatures.Invoke(new()
        {
            CompartmentId = compartmentId,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Tenantmanagercontrolplane.TenantmanagercontrolplaneFunctions;
    import com.pulumi.oci.Tenantmanagercontrolplane.inputs.GetLinkFeaturesArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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 testLinkFeatures = TenantmanagercontrolplaneFunctions.getLinkFeatures(GetLinkFeaturesArgs.builder()
                .compartmentId(compartmentId)
                .build());
    
        }
    }
    
    variables:
      testLinkFeatures:
        fn::invoke:
          function: oci:Tenantmanagercontrolplane:getLinkFeatures
          arguments:
            compartmentId: ${compartmentId}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_tenantmanagercontrolplane_getlinkfeatures" "testLinkFeatures" {
      compartment_id = compartmentId
    }
    

    Using getLinkFeatures

    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 getLinkFeatures(args: GetLinkFeaturesArgs, opts?: InvokeOptions): Promise<GetLinkFeaturesResult>
    function getLinkFeaturesOutput(args: GetLinkFeaturesOutputArgs, opts?: InvokeOptions): Output<GetLinkFeaturesResult>
    def get_link_features(compartment_id: Optional[str] = None,
                          filters: Optional[Sequence[GetLinkFeaturesFilter]] = None,
                          opts: Optional[InvokeOptions] = None) -> GetLinkFeaturesResult
    def get_link_features_output(compartment_id: pulumi.Input[Optional[str]] = None,
                          filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetLinkFeaturesFilterArgs]]]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetLinkFeaturesResult]
    func GetLinkFeatures(ctx *Context, args *GetLinkFeaturesArgs, opts ...InvokeOption) (*GetLinkFeaturesResult, error)
    func GetLinkFeaturesOutput(ctx *Context, args *GetLinkFeaturesOutputArgs, opts ...InvokeOption) GetLinkFeaturesResultOutput

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

    public static class GetLinkFeatures 
    {
        public static Task<GetLinkFeaturesResult> InvokeAsync(GetLinkFeaturesArgs args, InvokeOptions? opts = null)
        public static Output<GetLinkFeaturesResult> Invoke(GetLinkFeaturesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLinkFeaturesResult> getLinkFeatures(GetLinkFeaturesArgs args, InvokeOptions options)
    public static Output<GetLinkFeaturesResult> getLinkFeatures(GetLinkFeaturesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Tenantmanagercontrolplane/getLinkFeatures:getLinkFeatures
      arguments:
        # arguments dictionary
    data "oci_tenantmanagercontrolplane_getlinkfeatures" "name" {
        # arguments
    }

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters List<GetLinkFeaturesFilter>
    CompartmentId string
    The ID of the compartment in which to list resources.
    Filters []GetLinkFeaturesFilter
    compartment_id string
    The ID of the compartment in which to list resources.
    filters list(object)
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<GetLinkFeaturesFilter>
    compartmentId string
    The ID of the compartment in which to list resources.
    filters GetLinkFeaturesFilter[]
    compartment_id str
    The ID of the compartment in which to list resources.
    filters Sequence[GetLinkFeaturesFilter]
    compartmentId String
    The ID of the compartment in which to list resources.
    filters List<Property Map>

    getLinkFeatures Result

    The following output properties are available:

    CompartmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkFeaturesCollections List<GetLinkFeaturesLinkFeaturesCollection>
    The list of link_features_collection.
    Filters List<GetLinkFeaturesFilter>
    CompartmentId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LinkFeaturesCollections []GetLinkFeaturesLinkFeaturesCollection
    The list of link_features_collection.
    Filters []GetLinkFeaturesFilter
    compartment_id string
    id string
    The provider-assigned unique ID for this managed resource.
    link_features_collections list(object)
    The list of link_features_collection.
    filters list(object)
    compartmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    linkFeaturesCollections List<GetLinkFeaturesLinkFeaturesCollection>
    The list of link_features_collection.
    filters List<GetLinkFeaturesFilter>
    compartmentId string
    id string
    The provider-assigned unique ID for this managed resource.
    linkFeaturesCollections GetLinkFeaturesLinkFeaturesCollection[]
    The list of link_features_collection.
    filters GetLinkFeaturesFilter[]
    compartment_id str
    id str
    The provider-assigned unique ID for this managed resource.
    link_features_collections Sequence[GetLinkFeaturesLinkFeaturesCollection]
    The list of link_features_collection.
    filters Sequence[GetLinkFeaturesFilter]
    compartmentId String
    id String
    The provider-assigned unique ID for this managed resource.
    linkFeaturesCollections List<Property Map>
    The list of link_features_collection.
    filters List<Property Map>

    Supporting Types

    GetLinkFeaturesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name string
    values list(string)
    regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetLinkFeaturesLinkFeaturesCollection

    Items List<GetLinkFeaturesLinkFeaturesCollectionItem>
    Array containing LinkFeature items.
    Items []GetLinkFeaturesLinkFeaturesCollectionItem
    Array containing LinkFeature items.
    items list(object)
    Array containing LinkFeature items.
    items List<GetLinkFeaturesLinkFeaturesCollectionItem>
    Array containing LinkFeature items.
    items GetLinkFeaturesLinkFeaturesCollectionItem[]
    Array containing LinkFeature items.
    items List<Property Map>
    Array containing LinkFeature items.

    GetLinkFeaturesLinkFeaturesCollectionItem

    Description string
    Description of the feature.
    DisplayName string
    Display name of the feature.
    Feature string
    The feature associated with this link. Default value is CORE.
    PartnerServiceConsoleUrl string
    ConsoleUrl of the feature.
    UserGuideUrl string
    UserGuideUrl of the feature.
    Description string
    Description of the feature.
    DisplayName string
    Display name of the feature.
    Feature string
    The feature associated with this link. Default value is CORE.
    PartnerServiceConsoleUrl string
    ConsoleUrl of the feature.
    UserGuideUrl string
    UserGuideUrl of the feature.
    description string
    Description of the feature.
    display_name string
    Display name of the feature.
    feature string
    The feature associated with this link. Default value is CORE.
    partner_service_console_url string
    ConsoleUrl of the feature.
    user_guide_url string
    UserGuideUrl of the feature.
    description String
    Description of the feature.
    displayName String
    Display name of the feature.
    feature String
    The feature associated with this link. Default value is CORE.
    partnerServiceConsoleUrl String
    ConsoleUrl of the feature.
    userGuideUrl String
    UserGuideUrl of the feature.
    description string
    Description of the feature.
    displayName string
    Display name of the feature.
    feature string
    The feature associated with this link. Default value is CORE.
    partnerServiceConsoleUrl string
    ConsoleUrl of the feature.
    userGuideUrl string
    UserGuideUrl of the feature.
    description str
    Description of the feature.
    display_name str
    Display name of the feature.
    feature str
    The feature associated with this link. Default value is CORE.
    partner_service_console_url str
    ConsoleUrl of the feature.
    user_guide_url str
    UserGuideUrl of the feature.
    description String
    Description of the feature.
    displayName String
    Display name of the feature.
    feature String
    The feature associated with this link. Default value is CORE.
    partnerServiceConsoleUrl String
    ConsoleUrl of the feature.
    userGuideUrl String
    UserGuideUrl of the feature.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.16.0
    published on Wednesday, Jun 17, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial