oci_identity_domains_my_request

This resource provides the My Request resource in Oracle Cloud Infrastructure Identity Domains service.

Create a Request

* IMPORTANT * In our latest release, the property status is changed to readonly. It will now be automatically handled by the system. Please remove any manual assignment to this property to use the latest version.

Example Usage

resource "oci_identity_domains_my_request" "test_my_request" {
    #Required
    idcs_endpoint = data.oci_identity_domain.test_domain.url
    justification = var.my_request_justification
    requesting {
        #Required
        type = var.my_request_requesting_type
        value = oci_identity_domains_group.group_to_request.id

        #Optional
        description = var.my_request_requesting_description
    }
    schemas = ["urn:ietf:params:scim:schemas:oracle:idcs:Request"]

    #Optional
    action = var.my_request_action
    approval_details {
    }
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.my_request_authorization
    ocid = var.my_request_ocid
    requestor {
        #Required
        value = var.my_request_requestor_value
    }
    resource_type_schema_version = var.my_request_resource_type_schema_version
    tags {
        #Required
        key = var.my_request_tags_key
        value = var.my_request_tags_value
    }
}

Argument Reference

The following arguments are supported:

* IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the My Request * update - (Defaults to 20 minutes), when updating the My Request * delete - (Defaults to 20 minutes), when destroying the My Request

Import

Import is not supported for this resource.