Data Source: oci_bds_bds_instance_identity_configuration
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
data "oci_bds_bds_instance_identity_configuration" "test_bds_instance_identity_configuration" {
	#Required
	bds_instance_id = oci_bds_bds_instance.test_bds_instance.id
	identity_configuration_id = oci_audit_configuration.test_configuration.id
}
Argument Reference
The following arguments are supported:
- bds_instance_id- (Required) The OCID of the cluster.
- identity_configuration_id- (Required) The OCID of the identity configuration
Attributes Reference
The following attributes are exported:
- confidential_application_id- identity domain confidential application ID for the identity config
- display_name- the display name of the identity configuration
- iam_user_sync_configuration- Information about the IAM user sync configuration.- is_posix_attributes_addition_required- whether to append POSIX attributes to IAM users
- state- Lifecycle state of the IAM user sync config
- time_created- Time when this IAM user sync config was created, shown as an RFC 3339 formatted datetime string.
- time_updated- Time when this IAM user sync config was updated, shown as an RFC 3339 formatted datetime string.
 
- id- The id of the identity config
- identity_domain_id- Identity domain to use for identity config
- state- Lifecycle state of the identity configuration
- time_created- Time when this identity configuration was created, shown as an RFC 3339 formatted datetime string.
- time_updated- Time when this identity configuration config was updated, shown as an RFC 3339 formatted datetime string.
- upst_configuration- Information about the UPST configuration.- keytab_content- The kerberos keytab content used for creating identity propagation trust config, in base64 format
- master_encryption_key_id- Master Encryption key used for encrypting token exchange keytab.
- secret_id- Secret ID for token exchange keytab
- state- Lifecycle state of the UPST config
- time_created- Time when this UPST config was created, shown as an RFC 3339 formatted datetime string.
- time_token_exchange_keytab_last_refreshed- Time when the keytab for token exchange principal is last refreshed, shown as an RFC 3339 formatted datetime string.
- time_updated- Time when this UPST config was updated, shown as an RFC 3339 formatted datetime string.
- token_exchange_principal_name- Token exchange kerberos Principal name in cluster
- vault_id- The instance OCID of the node, which is the resource from which the node backup was acquired.