Skip to content

Commit

Permalink
Rename data source docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Feb 23, 2022
1 parent 310f6a4 commit 5ccc15c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/datasources/client.md → docs/data-sources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ At least one of the following arguments required:

## Attribute Reference

The client data source possesses the same attributes as the `auth0_client` resource, with the exception of `client_secret_rotation_trigger`. Refer to the [auth0_client resource documentation](../resources/client.md) for a list of returned attributes.
The client data source possesses the same attributes as the `auth0_client` resource, except for
`client_secret_rotation_trigger`. Refer to the [auth0_client resource documentation](../resources/client.md) for a list
of returned attributes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ No arguments accepted.

* `client_id` - String. ID of the client.
* `client_secret`<sup>[1](#client-keys)</sup> - String. Secret for the client; keep this private.
* `custom_login_page_on` - Boolean. Indicates whether or not a custom login page is to be used.
* `custom_login_page_on` - Boolean. Indicates whether a custom login page is to be used.
* `custom_login_page` - String. Content of the custom login page.
* `client_metadata` - (Optional) Map(String)

### Client Keys

To access the `client_secret` attribute you need to add the `read:client_keys` scope to the Terraform client. Otherwise, the attribute will contain an empty string.
To access the `client_secret` attribute you need to add the `read:client_keys` scope to the Terraform client. Otherwise,
the attribute will contain an empty string.

0 comments on commit 5ccc15c

Please sign in to comment.