Data Source: oci_identity_domains_app

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

Get an App

Example Usage

data "oci_identity_domains_app" "test_app" {
    #Required
    app_id = oci_identity_domains_app.test_app.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.app_authorization
    resource_type_schema_version = var.app_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: