googleworkspace 0.7.0 published on Wednesday, Jan 15, 2025 by hashicorp
googleworkspace.getUser
Explore with Pulumi AI
googleworkspace 0.7.0 published on Wednesday, Jan 15, 2025 by hashicorp
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as googleworkspace from "@pulumi/googleworkspace";
const dwight = googleworkspace.getUser({
primaryEmail: "dwight.schrute@example.com",
});
export const isUserAdmin = dwight.then(dwight => dwight.isAdmin);
import pulumi
import pulumi_googleworkspace as googleworkspace
dwight = googleworkspace.get_user(primary_email="dwight.schrute@example.com")
pulumi.export("isUserAdmin", dwight.is_admin)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/googleworkspace/googleworkspace"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
dwight, err := googleworkspace.LookupUser(ctx, &googleworkspace.LookupUserArgs{
PrimaryEmail: pulumi.StringRef("dwight.schrute@example.com"),
}, nil)
if err != nil {
return err
}
ctx.Export("isUserAdmin", dwight.IsAdmin)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Googleworkspace = Pulumi.Googleworkspace;
return await Deployment.RunAsync(() =>
{
var dwight = Googleworkspace.GetUser.Invoke(new()
{
PrimaryEmail = "dwight.schrute@example.com",
});
return new Dictionary<string, object?>
{
["isUserAdmin"] = dwight.Apply(getUserResult => getUserResult.IsAdmin),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.googleworkspace.GoogleworkspaceFunctions;
import com.pulumi.googleworkspace.inputs.GetUserArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var dwight = GoogleworkspaceFunctions.getUser(GetUserArgs.builder()
.primaryEmail("dwight.schrute@example.com")
.build());
ctx.export("isUserAdmin", dwight.applyValue(getUserResult -> getUserResult.isAdmin()));
}
}
variables:
dwight:
fn::invoke:
function: googleworkspace:getUser
arguments:
primaryEmail: dwight.schrute@example.com
outputs:
isUserAdmin: ${dwight.isAdmin}
Using getUser
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>
def get_user(id: Optional[str] = None,
primary_email: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(id: Optional[pulumi.Input[str]] = None,
primary_email: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]
func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput
> Note: This function is named LookupUser
in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
function: googleworkspace:index/getUser:getUser
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The unique ID for the user.
- Primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- Id string
- The unique ID for the user.
- Primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- id String
- The unique ID for the user.
- primary
Email String - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- id string
- The unique ID for the user.
- primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- id str
- The unique ID for the user.
- primary_
email str - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- id String
- The unique ID for the user.
- primary
Email String - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
getUser Result
The following output properties are available:
- Addresses
List<Get
User Address> - A list of the user's addresses. The maximum allowed data size is 10Kb.
- Agreed
To boolTerms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- Aliases List<string>
- asps.list of the user's alias email addresses.
- Archived bool
- Indicates if user is archived.
- Change
Password boolAt Next Login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- Creation
Time string - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- Custom
Schemas List<GetUser Custom Schema> - Custom fields of the user.
- Customer
Id string - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- Deletion
Time string - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- Emails
List<Get
User Email> - A list of the user's email addresses. The maximum allowed data size is 10Kb.
- Etag string
- ETag of the resource.
- External
Ids List<GetUser External Id> - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- Hash
Function string - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- Id string
- The unique ID for the user.
- Ims
List<Get
User Im> - The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- Include
In boolGlobal Address List - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- Ip
Allowlist bool - If true, the user's IP address is added to the allow list.
- Is
Admin bool - Indicates a user with super admininistrator privileges.
- Is
Delegated boolAdmin - Indicates if the user is a delegated administrator.
- Is
Enforced boolIn2Step Verification - Is 2-step verification enforced.
- Is
Enrolled boolIn2Step Verification - Is enrolled in 2-step verification.
- Is
Mailbox boolSetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- Keywords
List<Get
User Keyword> - A list of the user's keywords. The maximum allowed data size is 1Kb.
- Languages
List<Get
User Language> - A list of the user's languages. The maximum allowed data size is 1Kb.
- Last
Login stringTime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- Locations
List<Get
User Location> - A list of the user's locations. The maximum allowed data size is 10Kb.
- Names
List<Get
User Name> - Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- Non
Editable List<string>Aliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- Org
Unit stringPath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- Organizations
List<Get
User Organization> - A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- Password string
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- Phones
List<Get
User Phone> - A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- Posix
Accounts List<GetUser Posix Account> - A list of POSIX account information for the user.
- Primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- Recovery
Email string - Recovery email of the user.
- Recovery
Phone string - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- Relations
List<Get
User Relation> - A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- Ssh
Public List<GetKeys User Ssh Public Key> - A list of SSH public keys. The maximum allowed data size is 10Kb.
- Suspended bool
- Indicates if user is suspended.
- Suspension
Reason string - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- Thumbnail
Photo stringEtag - ETag of the user's photo
- Thumbnail
Photo stringUrl - Photo Url of the user.
- Websites
List<Get
User Website> - A list of the user's websites. The maximum allowed data size is 2Kb.
- Addresses
[]Get
User Address - A list of the user's addresses. The maximum allowed data size is 10Kb.
- Agreed
To boolTerms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- Aliases []string
- asps.list of the user's alias email addresses.
- Archived bool
- Indicates if user is archived.
- Change
Password boolAt Next Login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- Creation
Time string - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- Custom
Schemas []GetUser Custom Schema - Custom fields of the user.
- Customer
Id string - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- Deletion
Time string - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- Emails
[]Get
User Email - A list of the user's email addresses. The maximum allowed data size is 10Kb.
- Etag string
- ETag of the resource.
- External
Ids []GetUser External Id - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- Hash
Function string - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- Id string
- The unique ID for the user.
- Ims
[]Get
User Im - The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- Include
In boolGlobal Address List - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- Ip
Allowlist bool - If true, the user's IP address is added to the allow list.
- Is
Admin bool - Indicates a user with super admininistrator privileges.
- Is
Delegated boolAdmin - Indicates if the user is a delegated administrator.
- Is
Enforced boolIn2Step Verification - Is 2-step verification enforced.
- Is
Enrolled boolIn2Step Verification - Is enrolled in 2-step verification.
- Is
Mailbox boolSetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- Keywords
[]Get
User Keyword - A list of the user's keywords. The maximum allowed data size is 1Kb.
- Languages
[]Get
User Language - A list of the user's languages. The maximum allowed data size is 1Kb.
- Last
Login stringTime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- Locations
[]Get
User Location - A list of the user's locations. The maximum allowed data size is 10Kb.
- Names
[]Get
User Name - Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- Non
Editable []stringAliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- Org
Unit stringPath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- Organizations
[]Get
User Organization - A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- Password string
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- Phones
[]Get
User Phone - A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- Posix
Accounts []GetUser Posix Account - A list of POSIX account information for the user.
- Primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- Recovery
Email string - Recovery email of the user.
- Recovery
Phone string - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- Relations
[]Get
User Relation - A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- Ssh
Public []GetKeys User Ssh Public Key - A list of SSH public keys. The maximum allowed data size is 10Kb.
- Suspended bool
- Indicates if user is suspended.
- Suspension
Reason string - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- Thumbnail
Photo stringEtag - ETag of the user's photo
- Thumbnail
Photo stringUrl - Photo Url of the user.
- Websites
[]Get
User Website - A list of the user's websites. The maximum allowed data size is 2Kb.
- addresses
List<Get
User Address> - A list of the user's addresses. The maximum allowed data size is 10Kb.
- agreed
To BooleanTerms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- aliases List<String>
- asps.list of the user's alias email addresses.
- archived Boolean
- Indicates if user is archived.
- change
Password BooleanAt Next Login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- creation
Time String - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- custom
Schemas List<GetUser Custom Schema> - Custom fields of the user.
- customer
Id String - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- deletion
Time String - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- emails
List<Get
User Email> - A list of the user's email addresses. The maximum allowed data size is 10Kb.
- etag String
- ETag of the resource.
- external
Ids List<GetUser External Id> - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- hash
Function String - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- id String
- The unique ID for the user.
- ims
List<Get
User Im> - The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- include
In BooleanGlobal Address List - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- ip
Allowlist Boolean - If true, the user's IP address is added to the allow list.
- is
Admin Boolean - Indicates a user with super admininistrator privileges.
- is
Delegated BooleanAdmin - Indicates if the user is a delegated administrator.
- is
Enforced BooleanIn2Step Verification - Is 2-step verification enforced.
- is
Enrolled BooleanIn2Step Verification - Is enrolled in 2-step verification.
- is
Mailbox BooleanSetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- keywords
List<Get
User Keyword> - A list of the user's keywords. The maximum allowed data size is 1Kb.
- languages
List<Get
User Language> - A list of the user's languages. The maximum allowed data size is 1Kb.
- last
Login StringTime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- locations
List<Get
User Location> - A list of the user's locations. The maximum allowed data size is 10Kb.
- names
List<Get
User Name> - Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- non
Editable List<String>Aliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- org
Unit StringPath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- organizations
List<Get
User Organization> - A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- password String
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- phones
List<Get
User Phone> - A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- posix
Accounts List<GetUser Posix Account> - A list of POSIX account information for the user.
- primary
Email String - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- recovery
Email String - Recovery email of the user.
- recovery
Phone String - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- relations
List<Get
User Relation> - A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- ssh
Public List<GetKeys User Ssh Public Key> - A list of SSH public keys. The maximum allowed data size is 10Kb.
- suspended Boolean
- Indicates if user is suspended.
- suspension
Reason String - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- thumbnail
Photo StringEtag - ETag of the user's photo
- thumbnail
Photo StringUrl - Photo Url of the user.
- websites
List<Get
User Website> - A list of the user's websites. The maximum allowed data size is 2Kb.
- addresses
Get
User Address[] - A list of the user's addresses. The maximum allowed data size is 10Kb.
- agreed
To booleanTerms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- aliases string[]
- asps.list of the user's alias email addresses.
- archived boolean
- Indicates if user is archived.
- change
Password booleanAt Next Login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- creation
Time string - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- custom
Schemas GetUser Custom Schema[] - Custom fields of the user.
- customer
Id string - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- deletion
Time string - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- emails
Get
User Email[] - A list of the user's email addresses. The maximum allowed data size is 10Kb.
- etag string
- ETag of the resource.
- external
Ids GetUser External Id[] - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- hash
Function string - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- id string
- The unique ID for the user.
- ims
Get
User Im[] - The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- include
In booleanGlobal Address List - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- ip
Allowlist boolean - If true, the user's IP address is added to the allow list.
- is
Admin boolean - Indicates a user with super admininistrator privileges.
- is
Delegated booleanAdmin - Indicates if the user is a delegated administrator.
- is
Enforced booleanIn2Step Verification - Is 2-step verification enforced.
- is
Enrolled booleanIn2Step Verification - Is enrolled in 2-step verification.
- is
Mailbox booleanSetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- keywords
Get
User Keyword[] - A list of the user's keywords. The maximum allowed data size is 1Kb.
- languages
Get
User Language[] - A list of the user's languages. The maximum allowed data size is 1Kb.
- last
Login stringTime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- locations
Get
User Location[] - A list of the user's locations. The maximum allowed data size is 10Kb.
- names
Get
User Name[] - Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- non
Editable string[]Aliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- org
Unit stringPath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- organizations
Get
User Organization[] - A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- password string
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- phones
Get
User Phone[] - A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- posix
Accounts GetUser Posix Account[] - A list of POSIX account information for the user.
- primary
Email string - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- recovery
Email string - Recovery email of the user.
- recovery
Phone string - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- relations
Get
User Relation[] - A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- ssh
Public GetKeys User Ssh Public Key[] - A list of SSH public keys. The maximum allowed data size is 10Kb.
- suspended boolean
- Indicates if user is suspended.
- suspension
Reason string - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- thumbnail
Photo stringEtag - ETag of the user's photo
- thumbnail
Photo stringUrl - Photo Url of the user.
- websites
Get
User Website[] - A list of the user's websites. The maximum allowed data size is 2Kb.
- addresses
Sequence[Get
User Address] - A list of the user's addresses. The maximum allowed data size is 10Kb.
- agreed_
to_ boolterms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- aliases Sequence[str]
- asps.list of the user's alias email addresses.
- archived bool
- Indicates if user is archived.
- change_
password_ boolat_ next_ login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- creation_
time str - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- custom_
schemas Sequence[GetUser Custom Schema] - Custom fields of the user.
- customer_
id str - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- deletion_
time str - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- emails
Sequence[Get
User Email] - A list of the user's email addresses. The maximum allowed data size is 10Kb.
- etag str
- ETag of the resource.
- external_
ids Sequence[GetUser External Id] - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- hash_
function str - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- id str
- The unique ID for the user.
- ims
Sequence[Get
User Im] - The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- include_
in_ boolglobal_ address_ list - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- ip_
allowlist bool - If true, the user's IP address is added to the allow list.
- is_
admin bool - Indicates a user with super admininistrator privileges.
- is_
delegated_ booladmin - Indicates if the user is a delegated administrator.
- is_
enforced_ boolin2_ step_ verification - Is 2-step verification enforced.
- is_
enrolled_ boolin2_ step_ verification - Is enrolled in 2-step verification.
- is_
mailbox_ boolsetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- keywords
Sequence[Get
User Keyword] - A list of the user's keywords. The maximum allowed data size is 1Kb.
- languages
Sequence[Get
User Language] - A list of the user's languages. The maximum allowed data size is 1Kb.
- last_
login_ strtime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- locations
Sequence[Get
User Location] - A list of the user's locations. The maximum allowed data size is 10Kb.
- names
Sequence[Get
User Name] - Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- non_
editable_ Sequence[str]aliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- org_
unit_ strpath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- organizations
Sequence[Get
User Organization] - A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- password str
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- phones
Sequence[Get
User Phone] - A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- posix_
accounts Sequence[GetUser Posix Account] - A list of POSIX account information for the user.
- primary_
email str - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- recovery_
email str - Recovery email of the user.
- recovery_
phone str - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- relations
Sequence[Get
User Relation] - A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- ssh_
public_ Sequence[Getkeys User Ssh Public Key] - A list of SSH public keys. The maximum allowed data size is 10Kb.
- suspended bool
- Indicates if user is suspended.
- suspension_
reason str - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- thumbnail_
photo_ stretag - ETag of the user's photo
- thumbnail_
photo_ strurl - Photo Url of the user.
- websites
Sequence[Get
User Website] - A list of the user's websites. The maximum allowed data size is 2Kb.
- addresses List<Property Map>
- A list of the user's addresses. The maximum allowed data size is 10Kb.
- agreed
To BooleanTerms - This property is true if the user has completed an initial login and accepted the Terms of Service agreement.
- aliases List<String>
- asps.list of the user's alias email addresses.
- archived Boolean
- Indicates if user is archived.
- change
Password BooleanAt Next Login - Indicates if the user is forced to change their password at next login. This setting doesn't apply when the user signs in via a third-party identity provider.
- creation
Time String - The time the user's account was created. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- custom
Schemas List<Property Map> - Custom fields of the user.
- customer
Id String - The customer ID to retrieve all account users. You can use the alias my_customer to represent your account's customerId. As a reseller administrator, you can use the resold customer account's customerId. To get a customerId, use the account's primary domain in the domain parameter of a users.list request.
- deletion
Time String - The time the user's account was deleted. The value is in ISO 8601 date and time format The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example 2010-04-05T17:30:04+01:00.
- emails List<Property Map>
- A list of the user's email addresses. The maximum allowed data size is 10Kb.
- etag String
- ETag of the resource.
- external
Ids List<Property Map> - A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
- hash
Function String - Stores the hash format of the password property. We recommend sending the password property value as a base 16 bit hexadecimal-encoded hash value. Set the hashFunction values as either the SHA-1, MD5, or crypt hash format.
- id String
- The unique ID for the user.
- ims List<Property Map>
- The user's Instant Messenger (IM) accounts. A user account can have multiple ims properties. But, only one of these ims properties can be the primary IM contact. The maximum allowed data size is 2Kb.
- include
In BooleanGlobal Address List - Indicates if the user's profile is visible in the Google Workspace global address list when the contact sharing feature is enabled for the domain.
- ip
Allowlist Boolean - If true, the user's IP address is added to the allow list.
- is
Admin Boolean - Indicates a user with super admininistrator privileges.
- is
Delegated BooleanAdmin - Indicates if the user is a delegated administrator.
- is
Enforced BooleanIn2Step Verification - Is 2-step verification enforced.
- is
Enrolled BooleanIn2Step Verification - Is enrolled in 2-step verification.
- is
Mailbox BooleanSetup - Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
- keywords List<Property Map>
- A list of the user's keywords. The maximum allowed data size is 1Kb.
- languages List<Property Map>
- A list of the user's languages. The maximum allowed data size is 1Kb.
- last
Login StringTime - The last time the user logged into the user's account. The value is in ISO 8601 date and time format. The time is the complete date plus hours, minutes, and seconds in the form YYYY-MM-DDThh:mm:ssTZD. For example, 2010-04-05T17:30:04+01:00.
- locations List<Property Map>
- A list of the user's locations. The maximum allowed data size is 10Kb.
- names List<Property Map>
- Holds the given and family names of the user, and the read-only fullName value. The maximum number of characters in the givenName and in the familyName values is 60. In addition, name values support unicode/UTF-8 characters, and can contain spaces, letters (a-z), numbers (0-9), dashes (-), forward slashes (/), and periods (.). Maximum allowed data size for this field is 1Kb.
- non
Editable List<String>Aliases - asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
- org
Unit StringPath - The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/).
- organizations List<Property Map>
- A list of organizations the user belongs to. The maximum allowed data size is 10Kb.
- password String
- Stores the password for the user account. A password can contain any combination of ASCII characters. A minimum of 8 characters is required. The maximum length is 100 characters. As the API does not return the value of password, this field is write-only, and the value stored in the state will be what is provided in the configuration. The field is required on create and will be empty on import.
- phones List<Property Map>
- A list of the user's phone numbers. The maximum allowed data size is 1Kb.
- posix
Accounts List<Property Map> - A list of POSIX account information for the user.
- primary
Email String - The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
- recovery
Email String - Recovery email of the user.
- recovery
Phone String - Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
- relations List<Property Map>
- A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
- ssh
Public List<Property Map>Keys - A list of SSH public keys. The maximum allowed data size is 10Kb.
- suspended Boolean
- Indicates if user is suspended.
- suspension
Reason String - Has the reason a user account is suspended either by the administrator or by Google at the time of suspension. The property is returned only if the suspended property is true.
- thumbnail
Photo StringEtag - ETag of the user's photo
- thumbnail
Photo StringUrl - Photo Url of the user.
- websites List<Property Map>
- A list of the user's websites. The maximum allowed data size is 2Kb.
Supporting Types
GetUserAddress
- Country string
- Country
Code string - Custom
Type string - Extended
Address string - Formatted string
- Locality string
- Po
Box string - Postal
Code string - Primary bool
- Region string
- Source
Is boolStructured - Street
Address string - Type string
- Country string
- Country
Code string - Custom
Type string - Extended
Address string - Formatted string
- Locality string
- Po
Box string - Postal
Code string - Primary bool
- Region string
- Source
Is boolStructured - Street
Address string - Type string
- country String
- country
Code String - custom
Type String - extended
Address String - formatted String
- locality String
- po
Box String - postal
Code String - primary Boolean
- region String
- source
Is BooleanStructured - street
Address String - type String
- country string
- country
Code string - custom
Type string - extended
Address string - formatted string
- locality string
- po
Box string - postal
Code string - primary boolean
- region string
- source
Is booleanStructured - street
Address string - type string
- country str
- country_
code str - custom_
type str - extended_
address str - formatted str
- locality str
- po_
box str - postal_
code str - primary bool
- region str
- source_
is_ boolstructured - street_
address str - type str
- country String
- country
Code String - custom
Type String - extended
Address String - formatted String
- locality String
- po
Box String - postal
Code String - primary Boolean
- region String
- source
Is BooleanStructured - street
Address String - type String
GetUserCustomSchema
- Schema
Name string - Schema
Values Dictionary<string, string>
- Schema
Name string - Schema
Values map[string]string
- schema
Name String - schema
Values Map<String,String>
- schema
Name string - schema
Values {[key: string]: string}
- schema_
name str - schema_
values Mapping[str, str]
- schema
Name String - schema
Values Map<String>
GetUserEmail
- Address string
- Custom
Type string - Primary bool
- Type string
- Address string
- Custom
Type string - Primary bool
- Type string
- address String
- custom
Type String - primary Boolean
- type String
- address string
- custom
Type string - primary boolean
- type string
- address str
- custom_
type str - primary bool
- type str
- address String
- custom
Type String - primary Boolean
- type String
GetUserExternalId
- Custom
Type string - Type string
- Value string
- Custom
Type string - Type string
- Value string
- custom
Type String - type String
- value String
- custom
Type string - type string
- value string
- custom_
type str - type str
- value str
- custom
Type String - type String
- value String
GetUserIm
- Custom
Protocol string - Custom
Type string - Im string
- Primary bool
- Protocol string
- Type string
- Custom
Protocol string - Custom
Type string - Im string
- Primary bool
- Protocol string
- Type string
- custom
Protocol String - custom
Type String - im String
- primary Boolean
- protocol String
- type String
- custom
Protocol string - custom
Type string - im string
- primary boolean
- protocol string
- type string
- custom_
protocol str - custom_
type str - im str
- primary bool
- protocol str
- type str
- custom
Protocol String - custom
Type String - im String
- primary Boolean
- protocol String
- type String
GetUserKeyword
- Custom
Type string - Type string
- Value string
- Custom
Type string - Type string
- Value string
- custom
Type String - type String
- value String
- custom
Type string - type string
- value string
- custom_
type str - type str
- value str
- custom
Type String - type String
- value String
GetUserLanguage
- Custom
Language string - Language
Code string - Preference string
- Custom
Language string - Language
Code string - Preference string
- custom
Language String - language
Code String - preference String
- custom
Language string - language
Code string - preference string
- custom_
language str - language_
code str - preference str
- custom
Language String - language
Code String - preference String
GetUserLocation
- Area string
- Building
Id string - Custom
Type string - Desk
Code string - Floor
Name string - Floor
Section string - Type string
- Area string
- Building
Id string - Custom
Type string - Desk
Code string - Floor
Name string - Floor
Section string - Type string
- area String
- building
Id String - custom
Type String - desk
Code String - floor
Name String - floor
Section String - type String
- area string
- building
Id string - custom
Type string - desk
Code string - floor
Name string - floor
Section string - type string
- area str
- building_
id str - custom_
type str - desk_
code str - floor_
name str - floor_
section str - type str
- area String
- building
Id String - custom
Type String - desk
Code String - floor
Name String - floor
Section String - type String
GetUserName
- Family
Name string - Full
Name string - Given
Name string
- Family
Name string - Full
Name string - Given
Name string
- family
Name String - full
Name String - given
Name String
- family
Name string - full
Name string - given
Name string
- family_
name str - full_
name str - given_
name str
- family
Name String - full
Name String - given
Name String
GetUserOrganization
- Cost
Center string - Custom
Type string - Department string
- Description string
- Domain string
- Full
Time doubleEquivalent - Location string
- Name string
- Primary bool
- Symbol string
- Title string
- Type string
- Cost
Center string - Custom
Type string - Department string
- Description string
- Domain string
- Full
Time float64Equivalent - Location string
- Name string
- Primary bool
- Symbol string
- Title string
- Type string
- cost
Center String - custom
Type String - department String
- description String
- domain String
- full
Time DoubleEquivalent - location String
- name String
- primary Boolean
- symbol String
- title String
- type String
- cost
Center string - custom
Type string - department string
- description string
- domain string
- full
Time numberEquivalent - location string
- name string
- primary boolean
- symbol string
- title string
- type string
- cost_
center str - custom_
type str - department str
- description str
- domain str
- full_
time_ floatequivalent - location str
- name str
- primary bool
- symbol str
- title str
- type str
- cost
Center String - custom
Type String - department String
- description String
- domain String
- full
Time NumberEquivalent - location String
- name String
- primary Boolean
- symbol String
- title String
- type String
GetUserPhone
- Custom
Type string - Primary bool
- Type string
- Value string
- Custom
Type string - Primary bool
- Type string
- Value string
- custom
Type String - primary Boolean
- type String
- value String
- custom
Type string - primary boolean
- type string
- value string
- custom_
type str - primary bool
- type str
- value str
- custom
Type String - primary Boolean
- type String
- value String
GetUserPosixAccount
- Account
Id string - Gecos string
- Gid string
- Home
Directory string - Operating
System stringType - Primary bool
- Shell string
- System
Id string - Uid string
- Username string
- Account
Id string - Gecos string
- Gid string
- Home
Directory string - Operating
System stringType - Primary bool
- Shell string
- System
Id string - Uid string
- Username string
- account
Id String - gecos String
- gid String
- home
Directory String - operating
System StringType - primary Boolean
- shell String
- system
Id String - uid String
- username String
- account
Id string - gecos string
- gid string
- home
Directory string - operating
System stringType - primary boolean
- shell string
- system
Id string - uid string
- username string
- account_
id str - gecos str
- gid str
- home_
directory str - operating_
system_ strtype - primary bool
- shell str
- system_
id str - uid str
- username str
- account
Id String - gecos String
- gid String
- home
Directory String - operating
System StringType - primary Boolean
- shell String
- system
Id String - uid String
- username String
GetUserRelation
- Custom
Type string - Type string
- Value string
- Custom
Type string - Type string
- Value string
- custom
Type String - type String
- value String
- custom
Type string - type string
- value string
- custom_
type str - type str
- value str
- custom
Type String - type String
- value String
GetUserSshPublicKey
- Expiration
Time stringUsec - Fingerprint string
- Key string
- Expiration
Time stringUsec - Fingerprint string
- Key string
- expiration
Time StringUsec - fingerprint String
- key String
- expiration
Time stringUsec - fingerprint string
- key string
- expiration_
time_ strusec - fingerprint str
- key str
- expiration
Time StringUsec - fingerprint String
- key String
GetUserWebsite
- Custom
Type string - Primary bool
- Type string
- Value string
- Custom
Type string - Primary bool
- Type string
- Value string
- custom
Type String - primary Boolean
- type String
- value String
- custom
Type string - primary boolean
- type string
- value string
- custom_
type str - primary bool
- type str
- value str
- custom
Type String - primary Boolean
- type String
- value String
Package Details
- Repository
- googleworkspace hashicorp/terraform-provider-googleworkspace
- License
- Notes
- This Pulumi package is based on the
googleworkspace
Terraform Provider.
googleworkspace 0.7.0 published on Wednesday, Jan 15, 2025 by hashicorp