1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cloudidentity
  6. getUser
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::CloudIdentity::User

    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,
                 opts: Optional[InvokeOptions] = None) -> GetUserResult
    def get_user_output(id: 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: volcenginecc:cloudidentity/getUser:getUser
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getUser Result

    The following output properties are available:

    CreatedTime string
    Creation Time.
    Description string
    User Description.
    DisplayName string
    User Display Name.
    Email string
    Email.
    Id string
    Uniquely identifies the resource.
    IdentityType string
    Identity Type.
    Password string
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    PasswordResetRequired bool
    Is password reset required on first login?
    Phone string
    Mobile Number.
    Source string
    User Source.
    UpdatedTime string
    Update Time.
    UserId string
    User ID.
    UserName string
    Username.
    CreatedTime string
    Creation Time.
    Description string
    User Description.
    DisplayName string
    User Display Name.
    Email string
    Email.
    Id string
    Uniquely identifies the resource.
    IdentityType string
    Identity Type.
    Password string
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    PasswordResetRequired bool
    Is password reset required on first login?
    Phone string
    Mobile Number.
    Source string
    User Source.
    UpdatedTime string
    Update Time.
    UserId string
    User ID.
    UserName string
    Username.
    createdTime String
    Creation Time.
    description String
    User Description.
    displayName String
    User Display Name.
    email String
    Email.
    id String
    Uniquely identifies the resource.
    identityType String
    Identity Type.
    password String
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    passwordResetRequired Boolean
    Is password reset required on first login?
    phone String
    Mobile Number.
    source String
    User Source.
    updatedTime String
    Update Time.
    userId String
    User ID.
    userName String
    Username.
    createdTime string
    Creation Time.
    description string
    User Description.
    displayName string
    User Display Name.
    email string
    Email.
    id string
    Uniquely identifies the resource.
    identityType string
    Identity Type.
    password string
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    passwordResetRequired boolean
    Is password reset required on first login?
    phone string
    Mobile Number.
    source string
    User Source.
    updatedTime string
    Update Time.
    userId string
    User ID.
    userName string
    Username.
    created_time str
    Creation Time.
    description str
    User Description.
    display_name str
    User Display Name.
    email str
    Email.
    id str
    Uniquely identifies the resource.
    identity_type str
    Identity Type.
    password str
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    password_reset_required bool
    Is password reset required on first login?
    phone str
    Mobile Number.
    source str
    User Source.
    updated_time str
    Update Time.
    user_id str
    User ID.
    user_name str
    Username.
    createdTime String
    Creation Time.
    description String
    User Description.
    displayName String
    User Display Name.
    email String
    Email.
    id String
    Uniquely identifies the resource.
    identityType String
    Identity Type.
    password String
    Password. Password must be 8–32 characters long and include at least three of the following: uppercase letters, lowercase letters, numbers, and special symbols.
    passwordResetRequired Boolean
    Is password reset required on first login?
    phone String
    Mobile Number.
    source String
    User Source.
    updatedTime String
    Update Time.
    userId String
    User ID.
    userName String
    Username.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.