Data Source: oci_identity_auth_tokens

This data source provides the list of Auth Tokens in Oracle Cloud Infrastructure Identity service.

Lists the auth tokens for the specified user. The returned object contains the token’s OCID, but not the token itself. The actual token is returned only upon creation.

Example Usage

data "oci_identity_auth_tokens" "test_auth_tokens" {
	#Required
	user_id = oci_identity_user.test_user.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AuthToken Reference

The following attributes are exported: