Skip to content

Commit

Permalink
Adding new version site roles
Browse files Browse the repository at this point in the history
  • Loading branch information
ike-lacey committed Sep 14, 2023
1 parent 7d57983 commit 62d34b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tableau/group_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ func (r *groupResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
stringvalidator.OneOf([]string{
"Creator",
"Explorer",
"Interactor",
"Publisher",
"ExplorerCanPublish",
"ServerAdministrator",
"SiteAdministratorExplorer",
"SiteAdministratorCreator",
"Unlicensed",
Expand Down
3 changes: 3 additions & 0 deletions tableau/user_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ func (r *userResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
stringvalidator.OneOf([]string{
"Creator",
"Explorer",
"Interactor",
"Publisher",
"ExplorerCanPublish",
"ServerAdministrator",
"SiteAdministratorExplorer",
"SiteAdministratorCreator",
"Unlicensed",
Expand Down

0 comments on commit 62d34b0

Please sign in to comment.