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::IAM::Project
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>def get_project(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput> Note: This function is named LookupProject in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:iam/getProject:getProject
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.
getProject Result
The following output properties are available:
- Account
Id int - 账号ID
- Created
Time string - 创建时间
- Description string
- 描述
- Display
Name string - 展示名
- Has
Permission bool - 是否可见
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - 父项目名称
- Path string
- 项目路径
- Project
Name string - 项目名称
- Status string
- 启用状态
- Updated
Time string - 更新时间
- Account
Id int - 账号ID
- Created
Time string - 创建时间
- Description string
- 描述
- Display
Name string - 展示名
- Has
Permission bool - 是否可见
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - 父项目名称
- Path string
- 项目路径
- Project
Name string - 项目名称
- Status string
- 启用状态
- Updated
Time string - 更新时间
- account
Id Integer - 账号ID
- created
Time String - 创建时间
- description String
- 描述
- display
Name String - 展示名
- has
Permission Boolean - 是否可见
- id String
- Uniquely identifies the resource.
- parent
Project StringName - 父项目名称
- path String
- 项目路径
- project
Name String - 项目名称
- status String
- 启用状态
- updated
Time String - 更新时间
- account
Id number - 账号ID
- created
Time string - 创建时间
- description string
- 描述
- display
Name string - 展示名
- has
Permission boolean - 是否可见
- id string
- Uniquely identifies the resource.
- parent
Project stringName - 父项目名称
- path string
- 项目路径
- project
Name string - 项目名称
- status string
- 启用状态
- updated
Time string - 更新时间
- account_
id int - 账号ID
- created_
time str - 创建时间
- description str
- 描述
- display_
name str - 展示名
- has_
permission bool - 是否可见
- id str
- Uniquely identifies the resource.
- parent_
project_ strname - 父项目名称
- path str
- 项目路径
- project_
name str - 项目名称
- status str
- 启用状态
- updated_
time str - 更新时间
- account
Id Number - 账号ID
- created
Time String - 创建时间
- description String
- 描述
- display
Name String - 展示名
- has
Permission Boolean - 是否可见
- id String
- Uniquely identifies the resource.
- parent
Project StringName - 父项目名称
- path String
- 项目路径
- project
Name String - 项目名称
- status String
- 启用状态
- updated
Time 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
