diff --git a/website/docs/d/brand.html.markdown b/website/docs/d/brand.html.markdown index 0a59c2c66..a4816a0a6 100644 --- a/website/docs/d/brand.html.markdown +++ b/website/docs/d/brand.html.markdown @@ -33,6 +33,8 @@ data "okta_brand" "default" { - `id` - Brand ID +- `name` - Brand name + - `custom_privacy_policy_url` - Custom privacy policy URL - `links` - Link relations for this object - JSON HAL - Discoverable resources related to the brand diff --git a/website/docs/r/brand.html.markdown b/website/docs/r/brand.html.markdown index 5f91d5eb4..1a3ffeffc 100644 --- a/website/docs/r/brand.html.markdown +++ b/website/docs/r/brand.html.markdown @@ -29,6 +29,9 @@ resource "okta_brand" "example" { - `locale` - (Optional) The language specified as an IETF BCP 47 language tag + +- `name` - (Required) Name of the brand + - `agree_to_custom_privacy_policy` - (Optional) Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property - `custom_privacy_policy_url` - (Optional) Custom privacy policy URL