Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
Data Source schema for Byteplus::Organization::Unit
Using getUnit
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 getUnit(args: GetUnitArgs, opts?: InvokeOptions): Promise<GetUnitResult>
function getUnitOutput(args: GetUnitOutputArgs, opts?: InvokeOptions): Output<GetUnitResult>def get_unit(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUnitResult
def get_unit_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUnitResult]func LookupUnit(ctx *Context, args *LookupUnitArgs, opts ...InvokeOption) (*LookupUnitResult, error)
func LookupUnitOutput(ctx *Context, args *LookupUnitOutputArgs, opts ...InvokeOption) LookupUnitResultOutput> Note: This function is named LookupUnit in the Go SDK.
public static class GetUnit
{
public static Task<GetUnitResult> InvokeAsync(GetUnitArgs args, InvokeOptions? opts = null)
public static Output<GetUnitResult> Invoke(GetUnitInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUnitResult> getUnit(GetUnitArgs args, InvokeOptions options)
public static Output<GetUnitResult> getUnit(GetUnitArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:organization/getUnit:getUnit
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.
getUnit Result
The following output properties are available:
- Created
Time string - 创建时间。
- Delete
Uk string - 删除标识。
- Deleted
Time string - 删除时间。
- Depth int
- 深度。
- Description string
- 描述。
- Id string
- Uniquely identifies the resource.
- Name string
- 组织单元名称。
- Org
Id string - 组织ID。
- Org
Type int - 组织类型。企业组织: 1
- Org
Unit stringId - 组织单元ID。
- Owner string
- 管理员ID。
- Parent
Id string - 父单元Id。
- Updated
Time string - 更新时间。
- Created
Time string - 创建时间。
- Delete
Uk string - 删除标识。
- Deleted
Time string - 删除时间。
- Depth int
- 深度。
- Description string
- 描述。
- Id string
- Uniquely identifies the resource.
- Name string
- 组织单元名称。
- Org
Id string - 组织ID。
- Org
Type int - 组织类型。企业组织: 1
- Org
Unit stringId - 组织单元ID。
- Owner string
- 管理员ID。
- Parent
Id string - 父单元Id。
- Updated
Time string - 更新时间。
- created
Time String - 创建时间。
- delete
Uk String - 删除标识。
- deleted
Time String - 删除时间。
- depth Integer
- 深度。
- description String
- 描述。
- id String
- Uniquely identifies the resource.
- name String
- 组织单元名称。
- org
Id String - 组织ID。
- org
Type Integer - 组织类型。企业组织: 1
- org
Unit StringId - 组织单元ID。
- owner String
- 管理员ID。
- parent
Id String - 父单元Id。
- updated
Time String - 更新时间。
- created
Time string - 创建时间。
- delete
Uk string - 删除标识。
- deleted
Time string - 删除时间。
- depth number
- 深度。
- description string
- 描述。
- id string
- Uniquely identifies the resource.
- name string
- 组织单元名称。
- org
Id string - 组织ID。
- org
Type number - 组织类型。企业组织: 1
- org
Unit stringId - 组织单元ID。
- owner string
- 管理员ID。
- parent
Id string - 父单元Id。
- updated
Time string - 更新时间。
- created_
time str - 创建时间。
- delete_
uk str - 删除标识。
- deleted_
time str - 删除时间。
- depth int
- 深度。
- description str
- 描述。
- id str
- Uniquely identifies the resource.
- name str
- 组织单元名称。
- org_
id str - 组织ID。
- org_
type int - 组织类型。企业组织: 1
- org_
unit_ strid - 组织单元ID。
- owner str
- 管理员ID。
- parent_
id str - 父单元Id。
- updated_
time str - 更新时间。
- created
Time String - 创建时间。
- delete
Uk String - 删除标识。
- deleted
Time String - 删除时间。
- depth Number
- 深度。
- description String
- 描述。
- id String
- Uniquely identifies the resource.
- name String
- 组织单元名称。
- org
Id String - 组织ID。
- org
Type Number - 组织类型。企业组织: 1
- org
Unit StringId - 组织单元ID。
- owner String
- 管理员ID。
- parent
Id String - 父单元Id。
- 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.
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
