Skip to content

Commit

Permalink
Merge pull request #1619 from thatguysimon/patch-2
Browse files Browse the repository at this point in the history
Add Brand `name` attribute to docs
  • Loading branch information
MikeMondragon-okta authored Sep 7, 2023
2 parents 226f21d + 762dfb1 commit 01ac59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/d/brand.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions website/docs/r/brand.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01ac59a

Please sign in to comment.