bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc: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 - 创建时间。
- Description string
- 用户描述。
- Display
Name string - 用户显示名。
- Email string
- 邮箱。
- Id string
- Uniquely identifies the resource.
- Identity
Type string - 身份类型。
- Password string
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- Password
Reset boolRequired - 首次登陆需不需要重置密码。
- Phone string
- 手机号。
- Source string
- 用户来源。
- Updated
Time string - 更新时间。
- User
Id string - 用户id。
- User
Name string - 用户名。
- Created
Time string - 创建时间。
- Description string
- 用户描述。
- Display
Name string - 用户显示名。
- Email string
- 邮箱。
- Id string
- Uniquely identifies the resource.
- Identity
Type string - 身份类型。
- Password string
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- Password
Reset boolRequired - 首次登陆需不需要重置密码。
- Phone string
- 手机号。
- Source string
- 用户来源。
- Updated
Time string - 更新时间。
- User
Id string - 用户id。
- User
Name string - 用户名。
- created
Time String - 创建时间。
- description String
- 用户描述。
- display
Name String - 用户显示名。
- email String
- 邮箱。
- id String
- Uniquely identifies the resource.
- identity
Type String - 身份类型。
- password String
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- password
Reset BooleanRequired - 首次登陆需不需要重置密码。
- phone String
- 手机号。
- source String
- 用户来源。
- updated
Time String - 更新时间。
- user
Id String - 用户id。
- user
Name String - 用户名。
- created
Time string - 创建时间。
- description string
- 用户描述。
- display
Name string - 用户显示名。
- email string
- 邮箱。
- id string
- Uniquely identifies the resource.
- identity
Type string - 身份类型。
- password string
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- password
Reset booleanRequired - 首次登陆需不需要重置密码。
- phone string
- 手机号。
- source string
- 用户来源。
- updated
Time string - 更新时间。
- user
Id string - 用户id。
- user
Name string - 用户名。
- created_
time str - 创建时间。
- description str
- 用户描述。
- display_
name str - 用户显示名。
- email str
- 邮箱。
- id str
- Uniquely identifies the resource.
- identity_
type str - 身份类型。
- password str
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- password_
reset_ boolrequired - 首次登陆需不需要重置密码。
- phone str
- 手机号。
- source str
- 用户来源。
- updated_
time str - 更新时间。
- user_
id str - 用户id。
- user_
name str - 用户名。
- created
Time String - 创建时间。
- description String
- 用户描述。
- display
Name String - 用户显示名。
- email String
- 邮箱。
- id String
- Uniquely identifies the resource.
- identity
Type String - 身份类型。
- password String
- 密码。密码长度8-32位字符,包含大写字母、小写字母、数字和物特殊符号至少3种。
- password
Reset BooleanRequired - 首次登陆需不需要重置密码。
- phone String
- 手机号。
- source String
- 用户来源。
- updated
Time String - 更新时间。
- user
Id String - 用户id。
- user
Name String - 用户名。
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
bytepluscc v0.0.11 published on Wednesday, Jan 21, 2026 by Byteplus
