1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DelegateAccessControl
  5. getDelegationControl
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

oci.DelegateAccessControl.getDelegationControl

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi

    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/v2/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 GetDelegationControl(ctx *Context, args *GetDelegationControlArgs, opts ...InvokeOption) (*GetDelegationControlResult, error)
    func GetDelegationControlOutput(ctx *Context, args *GetDelegationControlOutputArgs, opts ...InvokeOption) GetDelegationControlResultOutput

    > Note: This function is named GetDelegationControl 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:DelegateAccessControl/getDelegationControl:getDelegationControl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DelegationControlId string
    unique Delegation Control identifier
    DelegationControlId string
    unique Delegation Control identifier
    delegationControlId String
    unique Delegation Control identifier
    delegationControlId string
    unique Delegation Control identifier
    delegation_control_id str
    unique Delegation Control identifier
    delegationControlId String
    unique Delegation Control identifier

    getDelegationControl Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment that contains the Delegation Control.
    DefinedTags 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"}
    DelegationControlId string
    DelegationSubscriptionIds List<string>
    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.
    FreeformTags 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.
    IsAutoApproveDuringMaintenance bool
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    NotificationMessageFormat string
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    NotificationTopicId string
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    NumApprovalsRequired int
    number of approvals required.
    PreApprovedServiceProviderActionNames List<string>
    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.
    SystemTags 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.
    VaultKeyId string
    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.
    DefinedTags 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"}
    DelegationControlId string
    DelegationSubscriptionIds []string
    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.
    FreeformTags 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.
    IsAutoApproveDuringMaintenance bool
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    LifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    NotificationMessageFormat string
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    NotificationTopicId string
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    NumApprovalsRequired int
    number of approvals required.
    PreApprovedServiceProviderActionNames []string
    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.
    SystemTags 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.
    VaultKeyId string
    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.
    definedTags 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"}
    delegationControlId String
    delegationSubscriptionIds List<String>
    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.
    freeformTags 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.
    isAutoApproveDuringMaintenance Boolean
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    notificationMessageFormat String
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    notificationTopicId String
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    numApprovalsRequired Integer
    number of approvals required.
    preApprovedServiceProviderActionNames List<String>
    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.
    systemTags 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.
    vaultKeyId String
    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.
    definedTags {[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"}
    delegationControlId string
    delegationSubscriptionIds string[]
    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.
    freeformTags {[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.
    isAutoApproveDuringMaintenance boolean
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    lifecycleStateDetails string
    Description of the current lifecycle state in more detail.
    notificationMessageFormat string
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    notificationTopicId string
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    numApprovalsRequired number
    number of approvals required.
    preApprovedServiceProviderActionNames string[]
    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.
    systemTags {[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.
    vaultKeyId string
    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.
    defined_tags 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_id str
    delegation_subscription_ids Sequence[str]
    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.
    freeform_tags 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_approve_during_maintenance bool
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    lifecycle_state_details str
    Description of the current lifecycle state in more detail.
    notification_message_format str
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    notification_topic_id str
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    num_approvals_required int
    number of approvals required.
    pre_approved_service_provider_action_names Sequence[str]
    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.
    system_tags 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_id str
    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.
    definedTags 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"}
    delegationControlId String
    delegationSubscriptionIds List<String>
    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.
    freeformTags 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.
    isAutoApproveDuringMaintenance Boolean
    Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
    lifecycleStateDetails String
    Description of the current lifecycle state in more detail.
    notificationMessageFormat String
    The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
    notificationTopicId String
    The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
    numApprovalsRequired Number
    number of approvals required.
    preApprovedServiceProviderActionNames List<String>
    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.
    systemTags 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.
    vaultKeyId String
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi