Data Source: oci_identity_domains_app_role

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

Get an AppRole

Example Usage

data "oci_identity_domains_app_role" "test_app_role" {
    #Required
    app_role_id = oci_identity_domains_app_role.test_app_role.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.app_role_authorization
    resource_type_schema_version = var.app_role_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: