Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update resource documentation with link to role-type api doc references #1430

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/r/admin_role_targets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ You can define admin roles to target Groups, Applications, and Application Insta
```
Note 1: you have to assign a role to a user before creating this resource.

Note 2: You can target a mixture of both App and App Instance targets, but can't assign permissions to manage all
instances of an App and then a subset of that same App. For example, you can't specify that an admin has access
Note 2: You can target a mixture of both App and App Instance targets, but can't assign permissions to manage all
instances of an App and then a subset of that same App. For example, you can't specify that an admin has access
to manage all instances of a Salesforce app and then also specific configurations of the Salesforce app.
```

Expand All @@ -37,7 +37,7 @@ The following arguments are supported:

- `user_id` - (Required) ID of the user.

- `role_type` - (Required) Name of the role associated with the user.
- `role_type` - (Required) Name of the role associated with the user. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types).

- `apps` - (Optional) List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3').

Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/group_role.html.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: 'okta'
page_title: 'Okta: okta_group_role'
sidebar_current: 'docs-okta-resource-group-role'
layout: 'okta'
page_title: 'Okta: okta_group_role'
sidebar_current: 'docs-okta-resource-group-role'
description: |-
Assigns Admin roles to Okta Groups.
---
Expand Down Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:
`"REPORT_ADMIN"`,
`"SUPER_ADMIN"`,
`"USER_ADMIN"`
.
. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types).


- `"USER_ADMIN"` is the Group Administrator.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/group_roles.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following arguments are supported:
`"REPORT_ADMIN"`,
`"SUPER_ADMIN"`,
`"USER_ADMIN"`
.
. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types).

## Attributes Reference

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/user_admin_roles.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ The following arguments are supported:

- `user_id` - (Required) Okta user ID.

- `admin_roles` - (Required) The list of Okta user admin roles, e.g. `["APP_ADMIN", "USER_ADMIN"]`
- `admin_roles` - (Required) The list of Okta user admin roles, e.g. `["APP_ADMIN", "USER_ADMIN"]` See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types).

- `disable_notifications` - (Optional) When this setting is enabled, the admins won't receive any of the default Okta
- `disable_notifications` - (Optional) When this setting is enabled, the admins won't receive any of the default Okta
administrator emails. These admins also won't have access to contact Okta Support and open support cases on behalf of your org.

## Attributes Reference
Expand Down