Data Source: oci_identity_domains_auth_token

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

Get a user's Auth token.

Example Usage

data "oci_identity_domains_auth_token" "test_auth_token" {
    #Required
    auth_token_id = oci_identity_auth_token.test_auth_token.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = []
    attributes = ""
    authorization = var.auth_token_authorization
    resource_type_schema_version = var.auth_token_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: