Skip to content
This repository was archived by the owner on Jun 27, 2021. It is now read-only.
Open
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
12 changes: 6 additions & 6 deletions website/docs/r/user.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: "gsuite"
page_title: "G Suite: gsuite_user_schema"
sidebar_current: "docs-gsuite-resource-user-schema"
page_title: "G Suite: gsuite_user"
sidebar_current: "docs-gsuite-resource-user"
description: |-
Managing a G Suite User Schema.
Managing a G Suite User.
---

# gsuite\_user\_schema
# gsuite\_user

Provides a resource to create and manage a G Suite User Schema.
Provides a resource to create and manage a G Suite User.

**Note** the following behaviors regarding passwords:

Expand Down Expand Up @@ -88,7 +88,7 @@ The following arguments are supported:
email addresses.

* `include_in_global_list` - (Optional) Boolean switch to show or hide this user
in the global list.
in the global list.
Valid values are `true` or `false`. Defaults to `true`.

* `is_ip_whitelisted` - (Optional) Boolean switch to enforce whitelisting of the
Expand Down