Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.BigDataService.getBdsInstanceIdentityConfiguration
Explore with Pulumi AI
This data source provides details about a specific Bds Instance Identity Configuration resource in Oracle Cloud Infrastructure Big Data Service service.
Get details of one identity config on the cluster
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstanceIdentityConfiguration = oci.BigDataService.getBdsInstanceIdentityConfiguration({
    bdsInstanceId: testBdsInstance.id,
    identityConfigurationId: testConfiguration.id,
});
import pulumi
import pulumi_oci as oci
test_bds_instance_identity_configuration = oci.BigDataService.get_bds_instance_identity_configuration(bds_instance_id=test_bds_instance["id"],
    identity_configuration_id=test_configuration["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/bigdataservice"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := bigdataservice.GetBdsInstanceIdentityConfiguration(ctx, &bigdataservice.GetBdsInstanceIdentityConfigurationArgs{
			BdsInstanceId:           testBdsInstance.Id,
			IdentityConfigurationId: testConfiguration.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 testBdsInstanceIdentityConfiguration = Oci.BigDataService.GetBdsInstanceIdentityConfiguration.Invoke(new()
    {
        BdsInstanceId = testBdsInstance.Id,
        IdentityConfigurationId = testConfiguration.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
import com.pulumi.oci.BigDataService.inputs.GetBdsInstanceIdentityConfigurationArgs;
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 testBdsInstanceIdentityConfiguration = BigDataServiceFunctions.getBdsInstanceIdentityConfiguration(GetBdsInstanceIdentityConfigurationArgs.builder()
            .bdsInstanceId(testBdsInstance.id())
            .identityConfigurationId(testConfiguration.id())
            .build());
    }
}
variables:
  testBdsInstanceIdentityConfiguration:
    fn::invoke:
      function: oci:BigDataService:getBdsInstanceIdentityConfiguration
      arguments:
        bdsInstanceId: ${testBdsInstance.id}
        identityConfigurationId: ${testConfiguration.id}
Using getBdsInstanceIdentityConfiguration
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 getBdsInstanceIdentityConfiguration(args: GetBdsInstanceIdentityConfigurationArgs, opts?: InvokeOptions): Promise<GetBdsInstanceIdentityConfigurationResult>
function getBdsInstanceIdentityConfigurationOutput(args: GetBdsInstanceIdentityConfigurationOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceIdentityConfigurationResult>def get_bds_instance_identity_configuration(bds_instance_id: Optional[str] = None,
                                            identity_configuration_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetBdsInstanceIdentityConfigurationResult
def get_bds_instance_identity_configuration_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                                            identity_configuration_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceIdentityConfigurationResult]func LookupBdsInstanceIdentityConfiguration(ctx *Context, args *LookupBdsInstanceIdentityConfigurationArgs, opts ...InvokeOption) (*LookupBdsInstanceIdentityConfigurationResult, error)
func LookupBdsInstanceIdentityConfigurationOutput(ctx *Context, args *LookupBdsInstanceIdentityConfigurationOutputArgs, opts ...InvokeOption) LookupBdsInstanceIdentityConfigurationResultOutput> Note: This function is named LookupBdsInstanceIdentityConfiguration in the Go SDK.
public static class GetBdsInstanceIdentityConfiguration 
{
    public static Task<GetBdsInstanceIdentityConfigurationResult> InvokeAsync(GetBdsInstanceIdentityConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetBdsInstanceIdentityConfigurationResult> Invoke(GetBdsInstanceIdentityConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBdsInstanceIdentityConfigurationResult> getBdsInstanceIdentityConfiguration(GetBdsInstanceIdentityConfigurationArgs args, InvokeOptions options)
public static Output<GetBdsInstanceIdentityConfigurationResult> getBdsInstanceIdentityConfiguration(GetBdsInstanceIdentityConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: oci:BigDataService/getBdsInstanceIdentityConfiguration:getBdsInstanceIdentityConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BdsInstance stringId 
- The OCID of the cluster.
- IdentityConfiguration stringId 
- The OCID of the identity configuration
- BdsInstance stringId 
- The OCID of the cluster.
- IdentityConfiguration stringId 
- The OCID of the identity configuration
- bdsInstance StringId 
- The OCID of the cluster.
- identityConfiguration StringId 
- The OCID of the identity configuration
- bdsInstance stringId 
- The OCID of the cluster.
- identityConfiguration stringId 
- The OCID of the identity configuration
- bds_instance_ strid 
- The OCID of the cluster.
- identity_configuration_ strid 
- The OCID of the identity configuration
- bdsInstance StringId 
- The OCID of the cluster.
- identityConfiguration StringId 
- The OCID of the identity configuration
getBdsInstanceIdentityConfiguration Result
The following output properties are available:
- ActivateIam stringUser Sync Configuration Trigger 
- ActivateUpst stringConfiguration Trigger 
- BdsInstance stringId 
- ClusterAdmin stringPassword 
- ConfidentialApplication stringId 
- identity domain confidential application ID for the identity config
- DisplayName string
- the display name of the identity configuration
- IamUser List<GetSync Configuration Details Bds Instance Identity Configuration Iam User Sync Configuration Detail> 
- IamUser List<GetSync Configurations Bds Instance Identity Configuration Iam User Sync Configuration> 
- Information about the IAM user sync configuration.
- Id string
- The id of the identity config
- IdentityConfiguration stringId 
- IdentityDomain stringId 
- Identity domain to use for identity config
- RefreshConfidential stringApplication Trigger 
- RefreshUpst stringToken Exchange Keytab Trigger 
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- UpstConfiguration List<GetDetails Bds Instance Identity Configuration Upst Configuration Detail> 
- UpstConfigurations List<GetBds Instance Identity Configuration Upst Configuration> 
- Information about the UPST configuration.
- ActivateIam stringUser Sync Configuration Trigger 
- ActivateUpst stringConfiguration Trigger 
- BdsInstance stringId 
- ClusterAdmin stringPassword 
- ConfidentialApplication stringId 
- identity domain confidential application ID for the identity config
- DisplayName string
- the display name of the identity configuration
- IamUser []GetSync Configuration Details Bds Instance Identity Configuration Iam User Sync Configuration Detail 
- IamUser []GetSync Configurations Bds Instance Identity Configuration Iam User Sync Configuration 
- Information about the IAM user sync configuration.
- Id string
- The id of the identity config
- IdentityConfiguration stringId 
- IdentityDomain stringId 
- Identity domain to use for identity config
- RefreshConfidential stringApplication Trigger 
- RefreshUpst stringToken Exchange Keytab Trigger 
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- UpstConfiguration []GetDetails Bds Instance Identity Configuration Upst Configuration Detail 
- UpstConfigurations []GetBds Instance Identity Configuration Upst Configuration 
- Information about the UPST configuration.
- activateIam StringUser Sync Configuration Trigger 
- activateUpst StringConfiguration Trigger 
- bdsInstance StringId 
- clusterAdmin StringPassword 
- confidentialApplication StringId 
- identity domain confidential application ID for the identity config
- displayName String
- the display name of the identity configuration
- iamUser List<GetSync Configuration Details Bds Instance Identity Configuration Iam User Sync Configuration Detail> 
- iamUser List<GetSync Configurations Bds Instance Identity Configuration Iam User Sync Configuration> 
- Information about the IAM user sync configuration.
- id String
- The id of the identity config
- identityConfiguration StringId 
- identityDomain StringId 
- Identity domain to use for identity config
- refreshConfidential StringApplication Trigger 
- refreshUpst StringToken Exchange Keytab Trigger 
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- upstConfiguration List<GetDetails Bds Instance Identity Configuration Upst Configuration Detail> 
- upstConfigurations List<GetBds Instance Identity Configuration Upst Configuration> 
- Information about the UPST configuration.
- activateIam stringUser Sync Configuration Trigger 
- activateUpst stringConfiguration Trigger 
- bdsInstance stringId 
- clusterAdmin stringPassword 
- confidentialApplication stringId 
- identity domain confidential application ID for the identity config
- displayName string
- the display name of the identity configuration
- iamUser GetSync Configuration Details Bds Instance Identity Configuration Iam User Sync Configuration Detail[] 
- iamUser GetSync Configurations Bds Instance Identity Configuration Iam User Sync Configuration[] 
- Information about the IAM user sync configuration.
- id string
- The id of the identity config
- identityConfiguration stringId 
- identityDomain stringId 
- Identity domain to use for identity config
- refreshConfidential stringApplication Trigger 
- refreshUpst stringToken Exchange Keytab Trigger 
- state string
- Lifecycle state of the UPST config
- timeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- upstConfiguration GetDetails Bds Instance Identity Configuration Upst Configuration Detail[] 
- upstConfigurations GetBds Instance Identity Configuration Upst Configuration[] 
- Information about the UPST configuration.
- activate_iam_ struser_ sync_ configuration_ trigger 
- activate_upst_ strconfiguration_ trigger 
- bds_instance_ strid 
- cluster_admin_ strpassword 
- confidential_application_ strid 
- identity domain confidential application ID for the identity config
- display_name str
- the display name of the identity configuration
- iam_user_ Sequence[Getsync_ configuration_ details Bds Instance Identity Configuration Iam User Sync Configuration Detail] 
- iam_user_ Sequence[Getsync_ configurations Bds Instance Identity Configuration Iam User Sync Configuration] 
- Information about the IAM user sync configuration.
- id str
- The id of the identity config
- identity_configuration_ strid 
- identity_domain_ strid 
- Identity domain to use for identity config
- refresh_confidential_ strapplication_ trigger 
- refresh_upst_ strtoken_ exchange_ keytab_ trigger 
- state str
- Lifecycle state of the UPST config
- time_created str
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- time_updated str
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- upst_configuration_ Sequence[Getdetails Bds Instance Identity Configuration Upst Configuration Detail] 
- upst_configurations Sequence[GetBds Instance Identity Configuration Upst Configuration] 
- Information about the UPST configuration.
- activateIam StringUser Sync Configuration Trigger 
- activateUpst StringConfiguration Trigger 
- bdsInstance StringId 
- clusterAdmin StringPassword 
- confidentialApplication StringId 
- identity domain confidential application ID for the identity config
- displayName String
- the display name of the identity configuration
- iamUser List<Property Map>Sync Configuration Details 
- iamUser List<Property Map>Sync Configurations 
- Information about the IAM user sync configuration.
- id String
- The id of the identity config
- identityConfiguration StringId 
- identityDomain StringId 
- Identity domain to use for identity config
- refreshConfidential StringApplication Trigger 
- refreshUpst StringToken Exchange Keytab Trigger 
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- upstConfiguration List<Property Map>Details 
- upstConfigurations List<Property Map>
- Information about the UPST configuration.
Supporting Types
GetBdsInstanceIdentityConfigurationIamUserSyncConfiguration        
- IsPosix boolAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- IsPosix boolAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- isPosix BooleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- isPosix booleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- state string
- Lifecycle state of the UPST config
- timeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- is_posix_ boolattributes_ addition_ required 
- whether to append POSIX attributes to IAM users
- state str
- Lifecycle state of the UPST config
- time_created str
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- time_updated str
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- isPosix BooleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
GetBdsInstanceIdentityConfigurationIamUserSyncConfigurationDetail         
- IsPosix boolAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- IsPosix boolAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- isPosix BooleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- isPosix booleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
- is_posix_ boolattributes_ addition_ required 
- whether to append POSIX attributes to IAM users
- isPosix BooleanAttributes Addition Required 
- whether to append POSIX attributes to IAM users
GetBdsInstanceIdentityConfigurationUpstConfiguration      
- KeytabContent string
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- MasterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- SecretId string
- Secret ID for token exchange keytab
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeToken stringExchange Keytab Last Refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- TokenExchange stringPrincipal Name 
- Token exchange kerberos Principal name in cluster
- VaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- KeytabContent string
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- MasterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- SecretId string
- Secret ID for token exchange keytab
- State string
- Lifecycle state of the UPST config
- TimeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- TimeToken stringExchange Keytab Last Refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- TokenExchange stringPrincipal Name 
- Token exchange kerberos Principal name in cluster
- VaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- keytabContent String
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- masterEncryption StringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- secretId String
- Secret ID for token exchange keytab
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeToken StringExchange Keytab Last Refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- tokenExchange StringPrincipal Name 
- Token exchange kerberos Principal name in cluster
- vaultId String
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- keytabContent string
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- masterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- secretId string
- Secret ID for token exchange keytab
- state string
- Lifecycle state of the UPST config
- timeCreated string
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeToken stringExchange Keytab Last Refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- timeUpdated string
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- tokenExchange stringPrincipal Name 
- Token exchange kerberos Principal name in cluster
- vaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- keytab_content str
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- master_encryption_ strkey_ id 
- Master Encryption key used for encrypting token exchange keytab.
- secret_id str
- Secret ID for token exchange keytab
- state str
- Lifecycle state of the UPST config
- time_created str
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- time_token_ strexchange_ keytab_ last_ refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- time_updated str
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- token_exchange_ strprincipal_ name 
- Token exchange kerberos Principal name in cluster
- vault_id str
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- keytabContent String
- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- masterEncryption StringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- secretId String
- Secret ID for token exchange keytab
- state String
- Lifecycle state of the UPST config
- timeCreated String
- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- timeToken StringExchange Keytab Last Refreshed 
- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- tokenExchange StringPrincipal Name 
- Token exchange kerberos Principal name in cluster
- vaultId String
- The instance OCID of the node, which is the resource from which the node backup was acquired.
GetBdsInstanceIdentityConfigurationUpstConfigurationDetail       
- MasterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- VaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- MasterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- VaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- masterEncryption StringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- vaultId String
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- masterEncryption stringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- vaultId string
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- master_encryption_ strkey_ id 
- Master Encryption key used for encrypting token exchange keytab.
- vault_id str
- The instance OCID of the node, which is the resource from which the node backup was acquired.
- masterEncryption StringKey Id 
- Master Encryption key used for encrypting token exchange keytab.
- vaultId String
- The instance OCID of the node, which is the resource from which the node backup was acquired.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.