Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
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 dictionaryThe 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:
- Created
Time string - Creation Time.
- Description string
- User Description.
- Display
Name string - User Display Name.
- Email string
- Email.
- Id string
- Uniquely identifies the resource.
- Identity
Type 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.
- Password
Reset boolRequired - Is password reset required on first login?
- Phone string
- Mobile Number.
- Source string
- User Source.
- Updated
Time string - Update Time.
- User
Id string - User ID.
- User
Name string - Username.
- Created
Time string - Creation Time.
- Description string
- User Description.
- Display
Name string - User Display Name.
- Email string
- Email.
- Id string
- Uniquely identifies the resource.
- Identity
Type 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.
- Password
Reset boolRequired - Is password reset required on first login?
- Phone string
- Mobile Number.
- Source string
- User Source.
- Updated
Time string - Update Time.
- User
Id string - User ID.
- User
Name string - Username.
- created
Time String - Creation Time.
- description String
- User Description.
- display
Name String - User Display Name.
- email String
- Email.
- id String
- Uniquely identifies the resource.
- identity
Type 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.
- password
Reset BooleanRequired - Is password reset required on first login?
- phone String
- Mobile Number.
- source String
- User Source.
- updated
Time String - Update Time.
- user
Id String - User ID.
- user
Name String - Username.
- created
Time string - Creation Time.
- description string
- User Description.
- display
Name string - User Display Name.
- email string
- Email.
- id string
- Uniquely identifies the resource.
- identity
Type 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.
- password
Reset booleanRequired - Is password reset required on first login?
- phone string
- Mobile Number.
- source string
- User Source.
- updated
Time string - Update Time.
- user
Id string - User ID.
- user
Name 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_ boolrequired - 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.
- created
Time String - Creation Time.
- description String
- User Description.
- display
Name String - User Display Name.
- email String
- Email.
- id String
- Uniquely identifies the resource.
- identity
Type 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.
- password
Reset BooleanRequired - Is password reset required on first login?
- phone String
- Mobile Number.
- source String
- User Source.
- updated
Time String - Update Time.
- user
Id String - User ID.
- user
Name String - Username.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
