Skip to content

Commit 71bdde8

Browse files
committed
NGINXaaS: rename account to organization
1 parent 4d3f1fa commit 71bdde8

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Manage users and accounts
2+
title: Manage users and organizations
33
weight: 300
44
toc: true
55
nd-docs: DOCS-000
6-
url: /nginxaas/google/getting-started/manage-users-accounts/
6+
url: /nginxaas/google/getting-started/manage-users-organizations/
77
type:
88
- how-to
99
---
@@ -14,15 +14,15 @@ This document explains how to manage users and accounts in F5 NGINXaaS for Googl
1414

1515
Before you start, ensure you understand the following concepts:
1616

17-
- **NGINXaaS Account**: An NGINXaaS Account is created when you subscribe to *F5 NGINXaaS for Google Cloud* via the Google Cloud Marketplace, as described in [prerequisites]({{< ref "/nginxaas-google/getting-started/prerequisites.md" >}}). You may create multiple NGINXaaS Accounts by signing up with different GCP billing accounts.
18-
- **User**: NGINXaaS Users are granted access to all resources in the NGINXaaS Account. User authentication is performed securely via Google Cloud, requiring a matching identity. Individuals can be added as users to multiple NGINXaaS Accounts, and can switch between them using the steps documented below.
19-
- **Authorized Domains**: The list of domains allowed to authenticate into the NGINXaaS Account using Google authentication.
20-
- This can be used to restrict access to Google identities within your Google Cloud Organization or Google Workspace, or other known, trusted Workspaces. For example, your Google Cloud Organization may have users created under the `example.com` domain. By setting the Authorized Domains in your NGINXaaS Account to only allow `example.com`, users attempting to log in with the same email associated with `alternative.net` Google Workspace would not be authenticated.
21-
- By default, an NGINXaaS Account has an empty authorized domains list, which accepts matching users from any Google Workspace.
17+
- **NGINXaaS Organization**: An NGINXaaS Organization is created when you subscribe to *F5 NGINXaaS for Google Cloud* via the Google Cloud Marketplace, as described in [prerequisites]({{< ref "/nginxaas-google/getting-started/prerequisites.md" >}}). You may create multiple NGINXaaS Organizations by signing up with different GCP billing accounts.
18+
- **User**: NGINXaaS Users are granted access to all resources in the NGINXaaS Organization. User authentication is performed securely via Google Cloud, requiring a matching identity. Individuals can be added as users to multiple NGINXaaS Organizations, and can switch between them using the steps documented below.
19+
- **Authorized Domains**: The list of domains allowed to authenticate into the NGINXaaS Organization using Google authentication.
20+
- This can be used to restrict access to Google identities within your Google Cloud Organization or Google Workspace, or other known, trusted Workspaces. For example, your Google Cloud Organization may have users created under the `example.com` domain. By setting the Authorized Domains in your NGINXaaS Organization to only allow `example.com`, users attempting to log in with the same email associated with `alternative.net` Google Workspace would not be authenticated.
21+
- By default, an NGINXaaS Organization has an empty authorized domains list, which accepts matching users from any Google Workspace.
2222

2323
## Add or edit a user
2424

25-
An existing NGINXaaS Account user can add additional users following these steps:
25+
An existing NGINXaaS Organization user can add additional users following these steps:
2626

2727
1. Access the [NGINXaaS Console](https://console.nginxaas.net/).
2828
1. Log in to the console with your Google credentials.
@@ -32,40 +32,40 @@ An existing NGINXaaS Account user can add additional users following these steps
3232

3333
The new user will appear in the list of users on the **Users** page. Their **Google Identity Domain** will remain empty until they log in for the first time.
3434

35-
## Modify account settings
35+
## Modify organization settings
3636

37-
As an authenticated user, you may modify the authorized domains and name of an NGINXaaS Account.
37+
As an authenticated user, you may modify the authorized domains and name of an NGINXaaS Organization.
3838

3939

4040
### Modify Authorized Domains
4141

42-
1. Select **Account Details** under the **Settings** section on the left menu.
42+
1. Select **Organization Details** under the **Settings** section on the left menu.
4343
1. Select **Edit** in the **Authorized Domains** section.
4444
1. To add a new authorized domain, select **Add Domain** and enter the new domain.
4545
1. To remove an existing authorized domain, select the Recycle Bin button next to it.
4646
1. Select **Update** to save changes.
4747

4848
{{< call-out "note" >}}You cannot remove an authorized domain from the list if it matches an existing user's Google Identity Domain. To remove access from that domain you must first delete every NGINXaaS user that is associated with the domain.{{< /call-out >}}
4949

50-
### Modify the name of an account
50+
### Modify the name of an organization
5151

52-
1. Select **Account Details** under the **Settings** section on the left menu.
53-
2. Select **Edit** in the **Account Info** section.
54-
3. Enter new name in **Account Name** field, then select **Update** to save changes.
52+
1. Select **Organization Details** under the **Settings** section on the left menu.
53+
2. Select **Edit** in the **Organization Info** section.
54+
3. Enter new name in **Organization Name** field, then select **Update** to save changes.
5555

56-
## Switch accounts
56+
## Switch organizations
5757

58-
To switch to a different NGINXaaS Account, select the profile symbol in the top right corner and choose **Switch Account**. This opens a page showing the list of all the NGINXaaS Accounts that your Google Identity is linked to; select the account you want to switch to.
58+
To switch to a different NGINXaaS Organization, select the profile symbol in the top right corner and choose **Switch Organization**. This opens a page showing the list of all the NGINXaaS Organizations that your Google Identity is linked to; select the organization you want to switch to.
5959

6060
## Delete a user
6161

6262
An authenticated user can delete other users (other than their own user account). Deletion is irreversible; the deleted user will no longer be able to access the NGINXaaS Account.
6363

64-
To delete a user in an NGINXaaS Account:
64+
To delete a user in an NGINXaaS Organization:
6565

66-
1. Select **Account Details** under the **Settings** section on the left menu.
66+
1. Select **Organization Details** under the **Settings** section on the left menu.
6767
1. Select the ellipsis (three dots) menu next to the user you want to delete.
6868
1. Select **Delete** in the menu. The deleted user will no longer appear in the **Users** page.
6969

7070
## What's next
71-
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})
71+
[Add certificates using the NGINXaaS Console]({{< ref "/nginxaas-google/getting-started/ssl-tls-certificates/ssl-tls-certificates-console.md" >}})

0 commit comments

Comments
 (0)