1. Packages
  2. Googleworkspace Provider
  3. API Docs
  4. getUser
googleworkspace 0.7.0 published on Wednesday, Jan 15, 2025 by hashicorp

googleworkspace.getUser

Explore with Pulumi AI

googleworkspace logo
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.
    PrimaryEmail 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.
    PrimaryEmail 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.
    primaryEmail 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.
    primaryEmail 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.
    primaryEmail 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<GetUserAddress>
    A list of the user's addresses. The maximum allowed data size is 10Kb.
    AgreedToTerms bool
    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.
    ChangePasswordAtNextLogin bool
    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.
    CreationTime 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.
    CustomSchemas List<GetUserCustomSchema>
    Custom fields of the user.
    CustomerId 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.
    DeletionTime 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<GetUserEmail>
    A list of the user's email addresses. The maximum allowed data size is 10Kb.
    Etag string
    ETag of the resource.
    ExternalIds List<GetUserExternalId>
    A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
    HashFunction 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<GetUserIm>
    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.
    IncludeInGlobalAddressList bool
    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.
    IpAllowlist bool
    If true, the user's IP address is added to the allow list.
    IsAdmin bool
    Indicates a user with super admininistrator privileges.
    IsDelegatedAdmin bool
    Indicates if the user is a delegated administrator.
    IsEnforcedIn2StepVerification bool
    Is 2-step verification enforced.
    IsEnrolledIn2StepVerification bool
    Is enrolled in 2-step verification.
    IsMailboxSetup bool
    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<GetUserKeyword>
    A list of the user's keywords. The maximum allowed data size is 1Kb.
    Languages List<GetUserLanguage>
    A list of the user's languages. The maximum allowed data size is 1Kb.
    LastLoginTime string
    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<GetUserLocation>
    A list of the user's locations. The maximum allowed data size is 10Kb.
    Names List<GetUserName>
    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.
    NonEditableAliases List<string>
    asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
    OrgUnitPath string
    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<GetUserOrganization>
    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<GetUserPhone>
    A list of the user's phone numbers. The maximum allowed data size is 1Kb.
    PosixAccounts List<GetUserPosixAccount>
    A list of POSIX account information for the user.
    PrimaryEmail string
    The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
    RecoveryEmail string
    Recovery email of the user.
    RecoveryPhone 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<GetUserRelation>
    A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
    SshPublicKeys List<GetUserSshPublicKey>
    A list of SSH public keys. The maximum allowed data size is 10Kb.
    Suspended bool
    Indicates if user is suspended.
    SuspensionReason 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.
    ThumbnailPhotoEtag string
    ETag of the user's photo
    ThumbnailPhotoUrl string
    Photo Url of the user.
    Websites List<GetUserWebsite>
    A list of the user's websites. The maximum allowed data size is 2Kb.
    Addresses []GetUserAddress
    A list of the user's addresses. The maximum allowed data size is 10Kb.
    AgreedToTerms bool
    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.
    ChangePasswordAtNextLogin bool
    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.
    CreationTime 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.
    CustomSchemas []GetUserCustomSchema
    Custom fields of the user.
    CustomerId 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.
    DeletionTime 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 []GetUserEmail
    A list of the user's email addresses. The maximum allowed data size is 10Kb.
    Etag string
    ETag of the resource.
    ExternalIds []GetUserExternalId
    A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
    HashFunction 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 []GetUserIm
    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.
    IncludeInGlobalAddressList bool
    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.
    IpAllowlist bool
    If true, the user's IP address is added to the allow list.
    IsAdmin bool
    Indicates a user with super admininistrator privileges.
    IsDelegatedAdmin bool
    Indicates if the user is a delegated administrator.
    IsEnforcedIn2StepVerification bool
    Is 2-step verification enforced.
    IsEnrolledIn2StepVerification bool
    Is enrolled in 2-step verification.
    IsMailboxSetup bool
    Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
    Keywords []GetUserKeyword
    A list of the user's keywords. The maximum allowed data size is 1Kb.
    Languages []GetUserLanguage
    A list of the user's languages. The maximum allowed data size is 1Kb.
    LastLoginTime string
    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 []GetUserLocation
    A list of the user's locations. The maximum allowed data size is 10Kb.
    Names []GetUserName
    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.
    NonEditableAliases []string
    asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
    OrgUnitPath string
    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 []GetUserOrganization
    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 []GetUserPhone
    A list of the user's phone numbers. The maximum allowed data size is 1Kb.
    PosixAccounts []GetUserPosixAccount
    A list of POSIX account information for the user.
    PrimaryEmail string
    The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
    RecoveryEmail string
    Recovery email of the user.
    RecoveryPhone string
    Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
    Relations []GetUserRelation
    A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
    SshPublicKeys []GetUserSshPublicKey
    A list of SSH public keys. The maximum allowed data size is 10Kb.
    Suspended bool
    Indicates if user is suspended.
    SuspensionReason 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.
    ThumbnailPhotoEtag string
    ETag of the user's photo
    ThumbnailPhotoUrl string
    Photo Url of the user.
    Websites []GetUserWebsite
    A list of the user's websites. The maximum allowed data size is 2Kb.
    addresses List<GetUserAddress>
    A list of the user's addresses. The maximum allowed data size is 10Kb.
    agreedToTerms Boolean
    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.
    changePasswordAtNextLogin Boolean
    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.
    creationTime 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.
    customSchemas List<GetUserCustomSchema>
    Custom fields of the user.
    customerId 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.
    deletionTime 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<GetUserEmail>
    A list of the user's email addresses. The maximum allowed data size is 10Kb.
    etag String
    ETag of the resource.
    externalIds List<GetUserExternalId>
    A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
    hashFunction 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<GetUserIm>
    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.
    includeInGlobalAddressList Boolean
    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.
    ipAllowlist Boolean
    If true, the user's IP address is added to the allow list.
    isAdmin Boolean
    Indicates a user with super admininistrator privileges.
    isDelegatedAdmin Boolean
    Indicates if the user is a delegated administrator.
    isEnforcedIn2StepVerification Boolean
    Is 2-step verification enforced.
    isEnrolledIn2StepVerification Boolean
    Is enrolled in 2-step verification.
    isMailboxSetup Boolean
    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<GetUserKeyword>
    A list of the user's keywords. The maximum allowed data size is 1Kb.
    languages List<GetUserLanguage>
    A list of the user's languages. The maximum allowed data size is 1Kb.
    lastLoginTime String
    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<GetUserLocation>
    A list of the user's locations. The maximum allowed data size is 10Kb.
    names List<GetUserName>
    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.
    nonEditableAliases List<String>
    asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
    orgUnitPath String
    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<GetUserOrganization>
    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<GetUserPhone>
    A list of the user's phone numbers. The maximum allowed data size is 1Kb.
    posixAccounts List<GetUserPosixAccount>
    A list of POSIX account information for the user.
    primaryEmail String
    The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
    recoveryEmail String
    Recovery email of the user.
    recoveryPhone 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<GetUserRelation>
    A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
    sshPublicKeys List<GetUserSshPublicKey>
    A list of SSH public keys. The maximum allowed data size is 10Kb.
    suspended Boolean
    Indicates if user is suspended.
    suspensionReason 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.
    thumbnailPhotoEtag String
    ETag of the user's photo
    thumbnailPhotoUrl String
    Photo Url of the user.
    websites List<GetUserWebsite>
    A list of the user's websites. The maximum allowed data size is 2Kb.
    addresses GetUserAddress[]
    A list of the user's addresses. The maximum allowed data size is 10Kb.
    agreedToTerms boolean
    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.
    changePasswordAtNextLogin boolean
    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.
    creationTime 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.
    customSchemas GetUserCustomSchema[]
    Custom fields of the user.
    customerId 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.
    deletionTime 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 GetUserEmail[]
    A list of the user's email addresses. The maximum allowed data size is 10Kb.
    etag string
    ETag of the resource.
    externalIds GetUserExternalId[]
    A list of external IDs for the user, such as an employee or network ID. The maximum allowed data size is 2Kb.
    hashFunction 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 GetUserIm[]
    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.
    includeInGlobalAddressList boolean
    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.
    ipAllowlist boolean
    If true, the user's IP address is added to the allow list.
    isAdmin boolean
    Indicates a user with super admininistrator privileges.
    isDelegatedAdmin boolean
    Indicates if the user is a delegated administrator.
    isEnforcedIn2StepVerification boolean
    Is 2-step verification enforced.
    isEnrolledIn2StepVerification boolean
    Is enrolled in 2-step verification.
    isMailboxSetup boolean
    Indicates if the user's Google mailbox is created. This property is only applicable if the user has been assigned a Gmail license.
    keywords GetUserKeyword[]
    A list of the user's keywords. The maximum allowed data size is 1Kb.
    languages GetUserLanguage[]
    A list of the user's languages. The maximum allowed data size is 1Kb.
    lastLoginTime string
    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 GetUserLocation[]
    A list of the user's locations. The maximum allowed data size is 10Kb.
    names GetUserName[]
    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.
    nonEditableAliases string[]
    asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
    orgUnitPath string
    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 GetUserOrganization[]
    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 GetUserPhone[]
    A list of the user's phone numbers. The maximum allowed data size is 1Kb.
    posixAccounts GetUserPosixAccount[]
    A list of POSIX account information for the user.
    primaryEmail string
    The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
    recoveryEmail string
    Recovery email of the user.
    recoveryPhone string
    Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: +16506661212.
    relations GetUserRelation[]
    A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
    sshPublicKeys GetUserSshPublicKey[]
    A list of SSH public keys. The maximum allowed data size is 10Kb.
    suspended boolean
    Indicates if user is suspended.
    suspensionReason 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.
    thumbnailPhotoEtag string
    ETag of the user's photo
    thumbnailPhotoUrl string
    Photo Url of the user.
    websites GetUserWebsite[]
    A list of the user's websites. The maximum allowed data size is 2Kb.
    addresses Sequence[GetUserAddress]
    A list of the user's addresses. The maximum allowed data size is 10Kb.
    agreed_to_terms bool
    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_at_next_login bool
    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[GetUserCustomSchema]
    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[GetUserEmail]
    A list of the user's email addresses. The maximum allowed data size is 10Kb.
    etag str
    ETag of the resource.
    external_ids Sequence[GetUserExternalId]
    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[GetUserIm]
    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_global_address_list bool
    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_admin bool
    Indicates if the user is a delegated administrator.
    is_enforced_in2_step_verification bool
    Is 2-step verification enforced.
    is_enrolled_in2_step_verification bool
    Is enrolled in 2-step verification.
    is_mailbox_setup bool
    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[GetUserKeyword]
    A list of the user's keywords. The maximum allowed data size is 1Kb.
    languages Sequence[GetUserLanguage]
    A list of the user's languages. The maximum allowed data size is 1Kb.
    last_login_time str
    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[GetUserLocation]
    A list of the user's locations. The maximum allowed data size is 10Kb.
    names Sequence[GetUserName]
    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_aliases Sequence[str]
    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_path str
    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[GetUserOrganization]
    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[GetUserPhone]
    A list of the user's phone numbers. The maximum allowed data size is 1Kb.
    posix_accounts Sequence[GetUserPosixAccount]
    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[GetUserRelation]
    A list of the user's relationships to other users. The maximum allowed data size for this field is 2Kb.
    ssh_public_keys Sequence[GetUserSshPublicKey]
    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_etag str
    ETag of the user's photo
    thumbnail_photo_url str
    Photo Url of the user.
    websites Sequence[GetUserWebsite]
    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.
    agreedToTerms Boolean
    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.
    changePasswordAtNextLogin Boolean
    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.
    creationTime 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.
    customSchemas List<Property Map>
    Custom fields of the user.
    customerId 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.
    deletionTime 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.
    externalIds 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.
    hashFunction 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.
    includeInGlobalAddressList Boolean
    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.
    ipAllowlist Boolean
    If true, the user's IP address is added to the allow list.
    isAdmin Boolean
    Indicates a user with super admininistrator privileges.
    isDelegatedAdmin Boolean
    Indicates if the user is a delegated administrator.
    isEnforcedIn2StepVerification Boolean
    Is 2-step verification enforced.
    isEnrolledIn2StepVerification Boolean
    Is enrolled in 2-step verification.
    isMailboxSetup Boolean
    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.
    lastLoginTime String
    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.
    nonEditableAliases List<String>
    asps.list of the user's non-editable alias email addresses. These are typically outside the account's primary domain or sub-domain.
    orgUnitPath String
    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.
    posixAccounts List<Property Map>
    A list of POSIX account information for the user.
    primaryEmail String
    The user's primary email address. The primaryEmail must be unique and cannot be an alias of another user.
    recoveryEmail String
    Recovery email of the user.
    recoveryPhone 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.
    sshPublicKeys List<Property Map>
    A list of SSH public keys. The maximum allowed data size is 10Kb.
    suspended Boolean
    Indicates if user is suspended.
    suspensionReason 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.
    thumbnailPhotoEtag String
    ETag of the user's photo
    thumbnailPhotoUrl String
    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
    CountryCode string
    CustomType string
    ExtendedAddress string
    Formatted string
    Locality string
    PoBox string
    PostalCode string
    Primary bool
    Region string
    SourceIsStructured bool
    StreetAddress string
    Type string
    Country string
    CountryCode string
    CustomType string
    ExtendedAddress string
    Formatted string
    Locality string
    PoBox string
    PostalCode string
    Primary bool
    Region string
    SourceIsStructured bool
    StreetAddress string
    Type string
    country String
    countryCode String
    customType String
    extendedAddress String
    formatted String
    locality String
    poBox String
    postalCode String
    primary Boolean
    region String
    sourceIsStructured Boolean
    streetAddress String
    type String
    country string
    countryCode string
    customType string
    extendedAddress string
    formatted string
    locality string
    poBox string
    postalCode string
    primary boolean
    region string
    sourceIsStructured boolean
    streetAddress string
    type string
    country String
    countryCode String
    customType String
    extendedAddress String
    formatted String
    locality String
    poBox String
    postalCode String
    primary Boolean
    region String
    sourceIsStructured Boolean
    streetAddress String
    type String

    GetUserCustomSchema

    SchemaName string
    SchemaValues Dictionary<string, string>
    SchemaName string
    SchemaValues map[string]string
    schemaName String
    schemaValues Map<String,String>
    schemaName string
    schemaValues {[key: string]: string}
    schema_name str
    schema_values Mapping[str, str]
    schemaName String
    schemaValues Map<String>

    GetUserEmail

    Address string
    CustomType string
    Primary bool
    Type string
    Address string
    CustomType string
    Primary bool
    Type string
    address String
    customType String
    primary Boolean
    type String
    address string
    customType string
    primary boolean
    type string
    address String
    customType String
    primary Boolean
    type String

    GetUserExternalId

    CustomType string
    Type string
    Value string
    CustomType string
    Type string
    Value string
    customType String
    type String
    value String
    customType string
    type string
    value string
    customType String
    type String
    value String

    GetUserIm

    CustomProtocol string
    CustomType string
    Im string
    Primary bool
    Protocol string
    Type string
    CustomProtocol string
    CustomType string
    Im string
    Primary bool
    Protocol string
    Type string
    customProtocol String
    customType String
    im String
    primary Boolean
    protocol String
    type String
    customProtocol string
    customType string
    im string
    primary boolean
    protocol string
    type string
    customProtocol String
    customType String
    im String
    primary Boolean
    protocol String
    type String

    GetUserKeyword

    CustomType string
    Type string
    Value string
    CustomType string
    Type string
    Value string
    customType String
    type String
    value String
    customType string
    type string
    value string
    customType String
    type String
    value String

    GetUserLanguage

    GetUserLocation

    Area string
    BuildingId string
    CustomType string
    DeskCode string
    FloorName string
    FloorSection string
    Type string
    Area string
    BuildingId string
    CustomType string
    DeskCode string
    FloorName string
    FloorSection string
    Type string
    area String
    buildingId String
    customType String
    deskCode String
    floorName String
    floorSection String
    type String
    area string
    buildingId string
    customType string
    deskCode string
    floorName string
    floorSection string
    type string
    area String
    buildingId String
    customType String
    deskCode String
    floorName String
    floorSection String
    type String

    GetUserName

    FamilyName string
    FullName string
    GivenName string
    FamilyName string
    FullName string
    GivenName string
    familyName String
    fullName String
    givenName String
    familyName string
    fullName string
    givenName string
    familyName String
    fullName String
    givenName String

    GetUserOrganization

    CostCenter string
    CustomType string
    Department string
    Description string
    Domain string
    FullTimeEquivalent double
    Location string
    Name string
    Primary bool
    Symbol string
    Title string
    Type string
    CostCenter string
    CustomType string
    Department string
    Description string
    Domain string
    FullTimeEquivalent float64
    Location string
    Name string
    Primary bool
    Symbol string
    Title string
    Type string
    costCenter String
    customType String
    department String
    description String
    domain String
    fullTimeEquivalent Double
    location String
    name String
    primary Boolean
    symbol String
    title String
    type String
    costCenter string
    customType string
    department string
    description string
    domain string
    fullTimeEquivalent number
    location string
    name string
    primary boolean
    symbol string
    title string
    type string
    costCenter String
    customType String
    department String
    description String
    domain String
    fullTimeEquivalent Number
    location String
    name String
    primary Boolean
    symbol String
    title String
    type String

    GetUserPhone

    CustomType string
    Primary bool
    Type string
    Value string
    CustomType string
    Primary bool
    Type string
    Value string
    customType String
    primary Boolean
    type String
    value String
    customType string
    primary boolean
    type string
    value string
    customType String
    primary Boolean
    type String
    value String

    GetUserPosixAccount

    AccountId string
    Gecos string
    Gid string
    HomeDirectory string
    OperatingSystemType string
    Primary bool
    Shell string
    SystemId string
    Uid string
    Username string
    AccountId string
    Gecos string
    Gid string
    HomeDirectory string
    OperatingSystemType string
    Primary bool
    Shell string
    SystemId string
    Uid string
    Username string
    accountId String
    gecos String
    gid String
    homeDirectory String
    operatingSystemType String
    primary Boolean
    shell String
    systemId String
    uid String
    username String
    accountId string
    gecos string
    gid string
    homeDirectory string
    operatingSystemType string
    primary boolean
    shell string
    systemId string
    uid string
    username string
    accountId String
    gecos String
    gid String
    homeDirectory String
    operatingSystemType String
    primary Boolean
    shell String
    systemId String
    uid String
    username String

    GetUserRelation

    CustomType string
    Type string
    Value string
    CustomType string
    Type string
    Value string
    customType String
    type String
    value String
    customType string
    type string
    value string
    customType String
    type String
    value String

    GetUserSshPublicKey

    GetUserWebsite

    CustomType string
    Primary bool
    Type string
    Value string
    CustomType string
    Primary bool
    Type string
    Value string
    customType String
    primary Boolean
    type String
    value String
    customType string
    primary boolean
    type string
    value string
    customType 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 logo
    googleworkspace 0.7.0 published on Wednesday, Jan 15, 2025 by hashicorp