Data Source: oci_identity_domains_approval_workflow

This data source provides details about a specific Approval Workflow resource in Oracle Cloud Infrastructure Identity Domains service.

Get ApprovalWorkflow

Example Usage

data "oci_identity_domains_approval_workflow" "test_approval_workflow" {
    #Required
    approval_workflow_id = oci_identity_domains_approval_workflow.test_approval_workflow.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.approval_workflow_authorization
    resource_type_schema_version = var.approval_workflow_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: