Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.DelegateAccessControl.getDelegationControl
This data source provides details about a specific Delegation Control resource in Oracle Cloud Infrastructure Delegate Access Control service.
Gets the Delegation Control associated with the specified Delegation Control ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDelegationControl = oci.DelegateAccessControl.getDelegationControl({
    delegationControlId: testDelegationControlOciDelegateAccessControlDelegationControl.id,
});
import pulumi
import pulumi_oci as oci
test_delegation_control = oci.DelegateAccessControl.get_delegation_control(delegation_control_id=test_delegation_control_oci_delegate_access_control_delegation_control["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/delegateaccesscontrol"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := delegateaccesscontrol.GetDelegationControl(ctx, &delegateaccesscontrol.GetDelegationControlArgs{
			DelegationControlId: testDelegationControlOciDelegateAccessControlDelegationControl.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 testDelegationControl = Oci.DelegateAccessControl.GetDelegationControl.Invoke(new()
    {
        DelegationControlId = testDelegationControlOciDelegateAccessControlDelegationControl.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DelegateAccessControl.DelegateAccessControlFunctions;
import com.pulumi.oci.DelegateAccessControl.inputs.GetDelegationControlArgs;
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 testDelegationControl = DelegateAccessControlFunctions.getDelegationControl(GetDelegationControlArgs.builder()
            .delegationControlId(testDelegationControlOciDelegateAccessControlDelegationControl.id())
            .build());
    }
}
variables:
  testDelegationControl:
    fn::invoke:
      function: oci:DelegateAccessControl:getDelegationControl
      arguments:
        delegationControlId: ${testDelegationControlOciDelegateAccessControlDelegationControl.id}
Using getDelegationControl
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 getDelegationControl(args: GetDelegationControlArgs, opts?: InvokeOptions): Promise<GetDelegationControlResult>
function getDelegationControlOutput(args: GetDelegationControlOutputArgs, opts?: InvokeOptions): Output<GetDelegationControlResult>def get_delegation_control(delegation_control_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDelegationControlResult
def get_delegation_control_output(delegation_control_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDelegationControlResult]func LookupDelegationControl(ctx *Context, args *LookupDelegationControlArgs, opts ...InvokeOption) (*LookupDelegationControlResult, error)
func LookupDelegationControlOutput(ctx *Context, args *LookupDelegationControlOutputArgs, opts ...InvokeOption) LookupDelegationControlResultOutput> Note: This function is named LookupDelegationControl in the Go SDK.
public static class GetDelegationControl 
{
    public static Task<GetDelegationControlResult> InvokeAsync(GetDelegationControlArgs args, InvokeOptions? opts = null)
    public static Output<GetDelegationControlResult> Invoke(GetDelegationControlInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDelegationControlResult> getDelegationControl(GetDelegationControlArgs args, InvokeOptions options)
public static Output<GetDelegationControlResult> getDelegationControl(GetDelegationControlArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DelegateAccessControl/getDelegationControl:getDelegationControl
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DelegationControl stringId 
- unique Delegation Control identifier
- DelegationControl stringId 
- unique Delegation Control identifier
- delegationControl StringId 
- unique Delegation Control identifier
- delegationControl stringId 
- unique Delegation Control identifier
- delegation_control_ strid 
- unique Delegation Control identifier
- delegationControl StringId 
- unique Delegation Control identifier
getDelegationControl Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment that contains the Delegation Control.
- 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"}
- DelegationControl stringId 
- DelegationSubscription List<string>Ids 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- Description string
- Description of the Delegation Control.
- DisplayName string
- Name of the Delegation Control. The name does not need to be unique.
- 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 Delegation Control.
- IsAuto boolApprove During Maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- LifecycleState stringDetails 
- Description of the current lifecycle state in more detail.
- NotificationMessage stringFormat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- NotificationTopic stringId 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- NumApprovals intRequired 
- number of approvals required.
- PreApproved List<string>Service Provider Action Names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- ResourceIds List<string>
- The OCID of the selected resources that this Delegation Control is applicable to.
- ResourceType string
- Resource type for which the Delegation Control is applicable to.
- State string
- The current lifecycle state of the Delegation Control.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- TimeDeleted string
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- TimeUpdated string
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- VaultId string
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- VaultKey stringId 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
- CompartmentId string
- The OCID of the compartment that contains the Delegation Control.
- 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"}
- DelegationControl stringId 
- DelegationSubscription []stringIds 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- Description string
- Description of the Delegation Control.
- DisplayName string
- Name of the Delegation Control. The name does not need to be unique.
- 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 Delegation Control.
- IsAuto boolApprove During Maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- LifecycleState stringDetails 
- Description of the current lifecycle state in more detail.
- NotificationMessage stringFormat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- NotificationTopic stringId 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- NumApprovals intRequired 
- number of approvals required.
- PreApproved []stringService Provider Action Names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- ResourceIds []string
- The OCID of the selected resources that this Delegation Control is applicable to.
- ResourceType string
- Resource type for which the Delegation Control is applicable to.
- State string
- The current lifecycle state of the Delegation Control.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- TimeDeleted string
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- TimeUpdated string
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- VaultId string
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- VaultKey stringId 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
- compartmentId String
- The OCID of the compartment that contains the Delegation Control.
- 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"}
- delegationControl StringId 
- delegationSubscription List<String>Ids 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- description String
- Description of the Delegation Control.
- displayName String
- Name of the Delegation Control. The name does not need to be unique.
- 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 Delegation Control.
- isAuto BooleanApprove During Maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycleState StringDetails 
- Description of the current lifecycle state in more detail.
- notificationMessage StringFormat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notificationTopic StringId 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- numApprovals IntegerRequired 
- number of approvals required.
- preApproved List<String>Service Provider Action Names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- resourceIds List<String>
- The OCID of the selected resources that this Delegation Control is applicable to.
- resourceType String
- Resource type for which the Delegation Control is applicable to.
- state String
- The current lifecycle state of the Delegation Control.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- timeDeleted String
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- timeUpdated String
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vaultId String
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- vaultKey StringId 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
- compartmentId string
- The OCID of the compartment that contains the Delegation Control.
- {[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"}
- delegationControl stringId 
- delegationSubscription string[]Ids 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- description string
- Description of the Delegation Control.
- displayName string
- Name of the Delegation Control. The name does not need to be unique.
- {[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 Delegation Control.
- isAuto booleanApprove During Maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycleState stringDetails 
- Description of the current lifecycle state in more detail.
- notificationMessage stringFormat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notificationTopic stringId 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- numApprovals numberRequired 
- number of approvals required.
- preApproved string[]Service Provider Action Names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- resourceIds string[]
- The OCID of the selected resources that this Delegation Control is applicable to.
- resourceType string
- Resource type for which the Delegation Control is applicable to.
- state string
- The current lifecycle state of the Delegation Control.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- timeDeleted string
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- timeUpdated string
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vaultId string
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- vaultKey stringId 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
- compartment_id str
- The OCID of the compartment that contains the Delegation Control.
- 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"}
- delegation_control_ strid 
- delegation_subscription_ Sequence[str]ids 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- description str
- Description of the Delegation Control.
- display_name str
- Name of the Delegation Control. The name does not need to be unique.
- 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 Delegation Control.
- is_auto_ boolapprove_ during_ maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycle_state_ strdetails 
- Description of the current lifecycle state in more detail.
- notification_message_ strformat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notification_topic_ strid 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- num_approvals_ intrequired 
- number of approvals required.
- pre_approved_ Sequence[str]service_ provider_ action_ names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- resource_ids Sequence[str]
- The OCID of the selected resources that this Delegation Control is applicable to.
- resource_type str
- Resource type for which the Delegation Control is applicable to.
- state str
- The current lifecycle state of the Delegation Control.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time_deleted str
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- time_updated str
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vault_id str
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- vault_key_ strid 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
- compartmentId String
- The OCID of the compartment that contains the Delegation Control.
- 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"}
- delegationControl StringId 
- delegationSubscription List<String>Ids 
- List of Delegation Subscription OCID that are allowed for this Delegation Control. The allowed subscriptions will determine the available Service Provider Actions. Only support operators for the allowed subscriptions are allowed to create Delegated Resource Access Request.
- description String
- Description of the Delegation Control.
- displayName String
- Name of the Delegation Control. The name does not need to be unique.
- 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 Delegation Control.
- isAuto BooleanApprove During Maintenance 
- Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycleState StringDetails 
- Description of the current lifecycle state in more detail.
- notificationMessage StringFormat 
- The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notificationTopic StringId 
- The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- numApprovals NumberRequired 
- number of approvals required.
- preApproved List<String>Service Provider Action Names 
- List of pre-approved Service Provider Action names. The list of pre-defined Service Provider Actions can be obtained from the ListServiceProviderActions API. Delegated Resource Access Requests associated with a resource governed by this Delegation Control will be automatically approved if the Delegated Resource Access Request only contain Service Provider Actions in the pre-approved list.
- resourceIds List<String>
- The OCID of the selected resources that this Delegation Control is applicable to.
- resourceType String
- Resource type for which the Delegation Control is applicable to.
- state String
- The current lifecycle state of the Delegation Control.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- timeDeleted String
- Time when the Delegation Control was deleted expressed in RFC 3339timestamp format, e.g. '2020-05-22T21:10:29.600Z'. Note a deleted Delegation Control still stays in the system, so that you can still audit Service Provider Actions associated with Delegated Resource Access Requests raised on target resources governed by the deleted Delegation Control.
- timeUpdated String
- Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vaultId String
- The OCID of the Oracle Cloud Infrastructure Vault that will store the secrets containing the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER. Delegate Access Control Service will generate the SSH keys and store them as secrets in the Oracle Cloud Infrastructure Vault.
- vaultKey StringId 
- The OCID of the Master Encryption Key in the Oracle Cloud Infrastructure Vault specified by vaultId. This key will be used to encrypt the SSH keys to access the resource governed by this Delegation Control by Delegate Access Control Service. This property is required when resourceType is CLOUDVMCLUSTER.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.
