Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.OperatorAccessControl.getControl
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides details about a specific Operator Control resource in Oracle Cloud Infrastructure Operator Access Control service.
Gets the Operator Control associated with the specified Operator Control ID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOperatorControl = oci.OperatorAccessControl.getControl({
    operatorControlId: testOperatorControlOciOperatorAccessControlOperatorControl.id,
});
import pulumi
import pulumi_oci as oci
test_operator_control = oci.OperatorAccessControl.get_control(operator_control_id=test_operator_control_oci_operator_access_control_operator_control["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/go/oci/OperatorAccessControl"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := OperatorAccessControl.GetControl(ctx, &operatoraccesscontrol.GetControlArgs{
			OperatorControlId: testOperatorControlOciOperatorAccessControlOperatorControl.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 testOperatorControl = Oci.OperatorAccessControl.GetControl.Invoke(new()
    {
        OperatorControlId = testOperatorControlOciOperatorAccessControlOperatorControl.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.OperatorAccessControl.OperatorAccessControlFunctions;
import com.pulumi.oci.OperatorAccessControl.inputs.GetControlArgs;
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 testOperatorControl = OperatorAccessControlFunctions.getControl(GetControlArgs.builder()
            .operatorControlId(testOperatorControlOciOperatorAccessControlOperatorControl.id())
            .build());
    }
}
variables:
  testOperatorControl:
    fn::invoke:
      Function: oci:OperatorAccessControl:getControl
      Arguments:
        operatorControlId: ${testOperatorControlOciOperatorAccessControlOperatorControl.id}
Using getControl
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 getControl(args: GetControlArgs, opts?: InvokeOptions): Promise<GetControlResult>
function getControlOutput(args: GetControlOutputArgs, opts?: InvokeOptions): Output<GetControlResult>def get_control(operator_control_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetControlResult
def get_control_output(operator_control_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetControlResult]func GetControl(ctx *Context, args *GetControlArgs, opts ...InvokeOption) (*GetControlResult, error)
func GetControlOutput(ctx *Context, args *GetControlOutputArgs, opts ...InvokeOption) GetControlResultOutput> Note: This function is named GetControl in the Go SDK.
public static class GetControl 
{
    public static Task<GetControlResult> InvokeAsync(GetControlArgs args, InvokeOptions? opts = null)
    public static Output<GetControlResult> Invoke(GetControlInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetControlResult> getControl(GetControlArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:OperatorAccessControl/getControl:getControl
  arguments:
    # arguments dictionaryThe following arguments are supported:
- OperatorControl stringId 
- unique OperatorControl identifier
- OperatorControl stringId 
- unique OperatorControl identifier
- operatorControl StringId 
- unique OperatorControl identifier
- operatorControl stringId 
- unique OperatorControl identifier
- operator_control_ strid 
- unique OperatorControl identifier
- operatorControl StringId 
- unique OperatorControl identifier
getControl Result
The following output properties are available:
- ApprovalRequired List<string>Op Action Lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- ApproverGroups List<string>Lists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- ApproversLists List<string>
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- CompartmentId string
- The OCID of the compartment that contains the operator control.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- Description string
- Description of operator control.
- EmailId List<string>Lists 
- List of emailId.
- Dictionary<string, object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- Id string
- The OCID of the operator control.
- IsDefault boolOperator Control 
- Whether the operator control is a default Operator Control.
- IsFully boolPre Approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- LastModified stringInfo 
- Description associated with the latest modification of the operator control.
- NumberOf intApprovers 
- Number of approvers required to approve an access request.
- OperatorControl stringId 
- OperatorControl stringName 
- Name of the operator control. The name must be unique.
- PreApproved List<string>Op Action Lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- ResourceType string
- resourceType for which the OperatorControl is applicable
- State string
- The current lifecycle state of the operator control.
- SystemMessage string
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- TimeOf stringCreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- TimeOf stringDeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- TimeOf stringModification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- ApprovalRequired []stringOp Action Lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- ApproverGroups []stringLists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- ApproversLists []string
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- CompartmentId string
- The OCID of the compartment that contains the operator control.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- Description string
- Description of operator control.
- EmailId []stringLists 
- List of emailId.
- map[string]interface{}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- Id string
- The OCID of the operator control.
- IsDefault boolOperator Control 
- Whether the operator control is a default Operator Control.
- IsFully boolPre Approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- LastModified stringInfo 
- Description associated with the latest modification of the operator control.
- NumberOf intApprovers 
- Number of approvers required to approve an access request.
- OperatorControl stringId 
- OperatorControl stringName 
- Name of the operator control. The name must be unique.
- PreApproved []stringOp Action Lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- ResourceType string
- resourceType for which the OperatorControl is applicable
- State string
- The current lifecycle state of the operator control.
- SystemMessage string
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- TimeOf stringCreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- TimeOf stringDeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- TimeOf stringModification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- approvalRequired List<String>Op Action Lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- approverGroups List<String>Lists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- approversLists List<String>
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- compartmentId String
- The OCID of the compartment that contains the operator control.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- description String
- Description of operator control.
- emailId List<String>Lists 
- List of emailId.
- Map<String,Object>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- id String
- The OCID of the operator control.
- isDefault BooleanOperator Control 
- Whether the operator control is a default Operator Control.
- isFully BooleanPre Approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- lastModified StringInfo 
- Description associated with the latest modification of the operator control.
- numberOf IntegerApprovers 
- Number of approvers required to approve an access request.
- operatorControl StringId 
- operatorControl StringName 
- Name of the operator control. The name must be unique.
- preApproved List<String>Op Action Lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- resourceType String
- resourceType for which the OperatorControl is applicable
- state String
- The current lifecycle state of the operator control.
- systemMessage String
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- timeOf StringCreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- timeOf StringDeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- timeOf StringModification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- approvalRequired string[]Op Action Lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- approverGroups string[]Lists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- approversLists string[]
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- compartmentId string
- The OCID of the compartment that contains the operator control.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- description string
- Description of operator control.
- emailId string[]Lists 
- List of emailId.
- {[key: string]: any}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- id string
- The OCID of the operator control.
- isDefault booleanOperator Control 
- Whether the operator control is a default Operator Control.
- isFully booleanPre Approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- lastModified stringInfo 
- Description associated with the latest modification of the operator control.
- numberOf numberApprovers 
- Number of approvers required to approve an access request.
- operatorControl stringId 
- operatorControl stringName 
- Name of the operator control. The name must be unique.
- preApproved string[]Op Action Lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- resourceType string
- resourceType for which the OperatorControl is applicable
- state string
- The current lifecycle state of the operator control.
- systemMessage string
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- timeOf stringCreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- timeOf stringDeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- timeOf stringModification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- approval_required_ Sequence[str]op_ action_ lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- approver_groups_ Sequence[str]lists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- approvers_lists Sequence[str]
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- compartment_id str
- The OCID of the compartment that contains the operator control.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- description str
- Description of operator control.
- email_id_ Sequence[str]lists 
- List of emailId.
- Mapping[str, Any]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- id str
- The OCID of the operator control.
- is_default_ booloperator_ control 
- Whether the operator control is a default Operator Control.
- is_fully_ boolpre_ approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- last_modified_ strinfo 
- Description associated with the latest modification of the operator control.
- number_of_ intapprovers 
- Number of approvers required to approve an access request.
- operator_control_ strid 
- operator_control_ strname 
- Name of the operator control. The name must be unique.
- pre_approved_ Sequence[str]op_ action_ lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- resource_type str
- resourceType for which the OperatorControl is applicable
- state str
- The current lifecycle state of the operator control.
- system_message str
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- time_of_ strcreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- time_of_ strdeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- time_of_ strmodification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- approvalRequired List<String>Op Action Lists 
- List of operator actions that need explicit approval. Any operator action not in the pre-approved list will require explicit approval. Access requests associated with a resource governed by this operator control will be require explicit approval if the access request contains any operator action in this list.
- approverGroups List<String>Lists 
- List of user groups who can approve an access request associated with a target resource under the governance of this operator control.
- approversLists List<String>
- List of users who can approve an access request associated with a target resource under the governance of this operator control.
- compartmentId String
- The OCID of the compartment that contains the operator control.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace.
- description String
- Description of operator control.
- emailId List<String>Lists 
- List of emailId.
- Map<Any>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
- id String
- The OCID of the operator control.
- isDefault BooleanOperator Control 
- Whether the operator control is a default Operator Control.
- isFully BooleanPre Approved 
- Whether all the operator actions have been pre-approved. If yes, all access requests associated with a resource governed by this operator control will be auto-approved.
- lastModified StringInfo 
- Description associated with the latest modification of the operator control.
- numberOf NumberApprovers 
- Number of approvers required to approve an access request.
- operatorControl StringId 
- operatorControl StringName 
- Name of the operator control. The name must be unique.
- preApproved List<String>Op Action Lists 
- List of pre-approved operator actions. Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list.
- resourceType String
- resourceType for which the OperatorControl is applicable
- state String
- The current lifecycle state of the operator control.
- systemMessage String
- System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
- timeOf StringCreation 
- Time when the operator control was created expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
- timeOf StringDeletion 
- Time when deleted expressed in RFC 3339timestamp format. Example: '2020-05-22T21:10:29.600Z'. Note a deleted operator control still stays in the system, so that you can still audit operator actions associated with access requests raised on target resources governed by the deleted operator control.
- timeOf StringModification 
- Time when the operator control was last modified expressed in RFC 3339 timestamp format. Example: '2020-05-22T21:10:29.600Z'
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi