Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 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: pulumi.Input[Optional[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 - Account ID
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Has
Permission bool - Visible
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - Parent Project Name
- Path string
- Project Path
- Project
Name string - Project Name
- Status string
- Enabled Status
- Updated
Time string - Update Time
- Account
Id int - Account ID
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Has
Permission bool - Visible
- Id string
- Uniquely identifies the resource.
- Parent
Project stringName - Parent Project Name
- Path string
- Project Path
- Project
Name string - Project Name
- Status string
- Enabled Status
- Updated
Time string - Update Time
- account
Id Integer - Account ID
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- has
Permission Boolean - Visible
- id String
- Uniquely identifies the resource.
- parent
Project StringName - Parent Project Name
- path String
- Project Path
- project
Name String - Project Name
- status String
- Enabled Status
- updated
Time String - Update Time
- account
Id number - Account ID
- created
Time string - Creation Time
- description string
- Description
- display
Name string - Display Name
- has
Permission boolean - Visible
- id string
- Uniquely identifies the resource.
- parent
Project stringName - Parent Project Name
- path string
- Project Path
- project
Name string - Project Name
- status string
- Enabled Status
- updated
Time string - Update Time
- account_
id int - Account ID
- created_
time str - Creation Time
- description str
- Description
- display_
name str - Display Name
- has_
permission bool - Visible
- id str
- Uniquely identifies the resource.
- parent_
project_ strname - Parent Project Name
- path str
- Project Path
- project_
name str - Project Name
- status str
- Enabled Status
- updated_
time str - Update Time
- account
Id Number - Account ID
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- has
Permission Boolean - Visible
- id String
- Uniquely identifies the resource.
- parent
Project StringName - Parent Project Name
- path String
- Project Path
- project
Name String - Project Name
- status String
- Enabled Status
- updated
Time String - Update Time
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.25
published on Thursday, May 7, 2026 by Byteplus
published on Thursday, May 7, 2026 by Byteplus
