Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DelegateAccessControl.getDelegationControl
Explore with Pulumi AI
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:
- Delegation
Control stringId - unique Delegation Control identifier
- Delegation
Control stringId - unique Delegation Control identifier
- delegation
Control StringId - unique Delegation Control identifier
- delegation
Control stringId - unique Delegation Control identifier
- delegation_
control_ strid - unique Delegation Control identifier
- delegation
Control StringId - unique Delegation Control identifier
getDelegationControl Result
The following output properties are available:
- Compartment
Id 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"}
- Delegation
Control stringId - Delegation
Subscription 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.
- Display
Name 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.
- Is
Auto boolApprove During Maintenance - Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Notification
Message stringFormat - The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- Notification
Topic stringId - 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 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.
- Resource
Ids List<string> - The OCID of the selected resources that this Delegation Control is applicable to.
- Resource
Type 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"}
- Time
Created string - Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Deleted 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.
- Time
Updated string - Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Vault
Id 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.
- Vault
Key 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 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"}
- Delegation
Control stringId - Delegation
Subscription []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.
- Display
Name 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.
- Is
Auto boolApprove During Maintenance - Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- Lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- Notification
Message stringFormat - The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- Notification
Topic stringId - 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 []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.
- Resource
Ids []string - The OCID of the selected resources that this Delegation Control is applicable to.
- Resource
Type 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"}
- Time
Created string - Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Time
Deleted 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.
- Time
Updated string - Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- Vault
Id 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.
- Vault
Key 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 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"}
- delegation
Control StringId - delegation
Subscription 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.
- display
Name 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.
- is
Auto BooleanApprove During Maintenance - Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- notification
Message StringFormat - The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notification
Topic StringId - The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- num
Approvals IntegerRequired - number of approvals required.
- pre
Approved 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.
- resource
Ids List<String> - The OCID of the selected resources that this Delegation Control is applicable to.
- resource
Type 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"}
- time
Created String - Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Deleted 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.
- time
Updated String - Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vault
Id 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.
- vault
Key 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 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"}
- delegation
Control stringId - delegation
Subscription 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.
- display
Name 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.
- is
Auto booleanApprove During Maintenance - Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycle
State stringDetails - Description of the current lifecycle state in more detail.
- notification
Message stringFormat - The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notification
Topic stringId - The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- num
Approvals numberRequired - number of approvals required.
- pre
Approved 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.
- resource
Ids string[] - The OCID of the selected resources that this Delegation Control is applicable to.
- resource
Type 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"}
- time
Created string - Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Deleted 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.
- time
Updated string - Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vault
Id 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.
- vault
Key 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.
- compartment
Id 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"}
- delegation
Control StringId - delegation
Subscription 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.
- display
Name 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.
- is
Auto BooleanApprove During Maintenance - Set to true to allow all Delegated Resource Access Request to be approved automatically during maintenance.
- lifecycle
State StringDetails - Description of the current lifecycle state in more detail.
- notification
Message StringFormat - The format of the Oracle Cloud Infrastructure Notification messages for this Delegation Control.
- notification
Topic StringId - The OCID of the Oracle Cloud Infrastructure Notification topic to publish messages related to this Delegation Control.
- num
Approvals NumberRequired - number of approvals required.
- pre
Approved 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.
- resource
Ids List<String> - The OCID of the selected resources that this Delegation Control is applicable to.
- resource
Type 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"}
- time
Created String - Time when the Delegation Control was created expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- time
Deleted 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.
- time
Updated String - Time when the Delegation Control was last modified expressed in RFC 3339 timestamp format, e.g. '2020-05-22T21:10:29.600Z'
- vault
Id 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.
- vault
Key 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
oci
Terraform Provider.