Viewing docs for Oracle Cloud Infrastructure v4.17.0
published on Thursday, Jun 25, 2026 by Pulumi
published on Thursday, Jun 25, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.17.0
published on Thursday, Jun 25, 2026 by Pulumi
published on Thursday, Jun 25, 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 dictionarydata "oci_tenantmanagercontrolplane_getlinkfeatures" "name" {
# arguments
}The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
List<Get
Link Features Filter>
- Compartment
Id string - The ID of the compartment in which to list resources.
- Filters
[]Get
Link Features Filter
- compartment_
id string - The ID of the compartment in which to list resources.
- filters list(object)
- compartment
Id String - The ID of the compartment in which to list resources.
- filters
List<Get
Link Features Filter>
- compartment
Id string - The ID of the compartment in which to list resources.
- filters
Get
Link Features Filter[]
- compartment_
id str - The ID of the compartment in which to list resources.
- filters
Sequence[Get
Link Features Filter]
- compartment
Id String - The ID of the compartment in which to list resources.
- filters List<Property Map>
getLinkFeatures Result
The following output properties are available:
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Link
Features List<GetCollections Link Features Link Features Collection> - The list of link_features_collection.
- Filters
List<Get
Link Features Filter>
- Compartment
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Link
Features []GetCollections Link Features Link Features Collection - The list of link_features_collection.
- Filters
[]Get
Link Features Filter
- compartment_
id string - id string
- The provider-assigned unique ID for this managed resource.
- link_
features_ list(object)collections - The list of link_features_collection.
- filters list(object)
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- link
Features List<GetCollections Link Features Link Features Collection> - The list of link_features_collection.
- filters
List<Get
Link Features Filter>
- compartment
Id string - id string
- The provider-assigned unique ID for this managed resource.
- link
Features GetCollections Link Features Link Features Collection[] - The list of link_features_collection.
- filters
Get
Link Features Filter[]
- compartment_
id str - id str
- The provider-assigned unique ID for this managed resource.
- link_
features_ Sequence[Getcollections Link Features Link Features Collection] - The list of link_features_collection.
- filters
Sequence[Get
Link Features Filter]
- compartment
Id String - id String
- The provider-assigned unique ID for this managed resource.
- link
Features List<Property Map>Collections - The list of link_features_collection.
- filters List<Property Map>
Supporting Types
GetLinkFeaturesFilter
GetLinkFeaturesLinkFeaturesCollection
- Items
List<Get
Link Features Link Features Collection Item> - Array containing LinkFeature items.
- Items
[]Get
Link Features Link Features Collection Item - Array containing LinkFeature items.
- items list(object)
- Array containing LinkFeature items.
- items
List<Get
Link Features Link Features Collection Item> - Array containing LinkFeature items.
- items
Get
Link Features Link Features Collection Item[] - Array containing LinkFeature items.
- items
Sequence[Get
Link Features Link Features Collection Item] - Array containing LinkFeature items.
- items List<Property Map>
- Array containing LinkFeature items.
GetLinkFeaturesLinkFeaturesCollectionItem
- 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 stringConsole Url - ConsoleUrl of the feature.
- User
Guide stringUrl - 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 stringConsole Url - ConsoleUrl of the feature.
- User
Guide stringUrl - 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_ stringconsole_ url - ConsoleUrl of the feature.
- user_
guide_ stringurl - 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 StringConsole Url - ConsoleUrl of the feature.
- user
Guide StringUrl - 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 stringConsole Url - ConsoleUrl of the feature.
- user
Guide stringUrl - 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_ strconsole_ url - ConsoleUrl of the feature.
- user_
guide_ strurl - 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 StringConsole Url - ConsoleUrl of the feature.
- user
Guide StringUrl - UserGuideUrl of the feature.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.17.0
published on Thursday, Jun 25, 2026 by Pulumi
published on Thursday, Jun 25, 2026 by Pulumi