Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
Data Source schema for Byteplus::Organization::Organization
Using getOrganization
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 getOrganization(args: GetOrganizationArgs, opts?: InvokeOptions): Promise<GetOrganizationResult>
function getOrganizationOutput(args: GetOrganizationOutputArgs, opts?: InvokeOptions): Output<GetOrganizationResult>def get_organization(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationResult
def get_organization_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationResult]func LookupOrganization(ctx *Context, args *LookupOrganizationArgs, opts ...InvokeOption) (*LookupOrganizationResult, error)
func LookupOrganizationOutput(ctx *Context, args *LookupOrganizationOutputArgs, opts ...InvokeOption) LookupOrganizationResultOutput> Note: This function is named LookupOrganization in the Go SDK.
public static class GetOrganization
{
public static Task<GetOrganizationResult> InvokeAsync(GetOrganizationArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationResult> Invoke(GetOrganizationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationResult> getOrganization(GetOrganizationArgs args, InvokeOptions options)
public static Output<GetOrganizationResult> getOrganization(GetOrganizationArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:organization/getOrganization:getOrganization
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.
getOrganization Result
The following output properties are available:
- Id string
- Uniquely identifies the resource.
- Organization
Byteplus.
Get Organization Organization - Organization Details
- Organization
Id string - Organization ID
- Owner
Byteplus.
Get Organization Owner - Administrator Details
- Id string
- Uniquely identifies the resource.
- Organization
Get
Organization Organization - Organization Details
- Organization
Id string - Organization ID
- Owner
Get
Organization Owner - Administrator Details
- id String
- Uniquely identifies the resource.
- organization
Get
Organization Organization - Organization Details
- organization
Id String - Organization ID
- owner
Get
Organization Owner - Administrator Details
- id string
- Uniquely identifies the resource.
- organization
Get
Organization Organization - Organization Details
- organization
Id string - Organization ID
- owner
Get
Organization Owner - Administrator Details
- id str
- Uniquely identifies the resource.
- organization
Get
Organization Organization - Organization Details
- organization_
id str - Organization ID
- owner
Get
Organization Owner - Administrator Details
- id String
- Uniquely identifies the resource.
- organization Property Map
- Organization Details
- organization
Id String - Organization ID
- owner Property Map
- Administrator Details
Supporting Types
GetOrganizationOrganization
- Created
Time string - Creation Time
- Description string
- Description
- Name string
- Organization Name
- Owner string
- Administrator ID
- Status int
- Status
- Type int
- Organization type, enterprise organization is always 1
- Updated
Time string - Last Updated
- Created
Time string - Creation Time
- Description string
- Description
- Name string
- Organization Name
- Owner string
- Administrator ID
- Status int
- Status
- Type int
- Organization type, enterprise organization is always 1
- Updated
Time string - Last Updated
- created
Time String - Creation Time
- description String
- Description
- name String
- Organization Name
- owner String
- Administrator ID
- status Integer
- Status
- type Integer
- Organization type, enterprise organization is always 1
- updated
Time String - Last Updated
- created
Time string - Creation Time
- description string
- Description
- name string
- Organization Name
- owner string
- Administrator ID
- status number
- Status
- type number
- Organization type, enterprise organization is always 1
- updated
Time string - Last Updated
- created_
time str - Creation Time
- description str
- Description
- name str
- Organization Name
- owner str
- Administrator ID
- status int
- Status
- type int
- Organization type, enterprise organization is always 1
- updated_
time str - Last Updated
- created
Time String - Creation Time
- description String
- Description
- name String
- Organization Name
- owner String
- Administrator ID
- status Number
- Status
- type Number
- Organization type, enterprise organization is always 1
- updated
Time String - Last Updated
GetOrganizationOwner
- Account
Id int - Account ID
- Account
Name string - Account Name
- Main
Name string - Entity Name
- Account
Id int - Account ID
- Account
Name string - Account Name
- Main
Name string - Entity Name
- account
Id Integer - Account ID
- account
Name String - Account Name
- main
Name String - Entity Name
- account
Id number - Account ID
- account
Name string - Account Name
- main
Name string - Entity Name
- account_
id int - Account ID
- account_
name str - Account Name
- main_
name str - Entity Name
- account
Id Number - Account ID
- account
Name String - Account Name
- main
Name String - Entity Name
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.21
published on Thursday, Apr 2, 2026 by Byteplus
published on Thursday, Apr 2, 2026 by Byteplus
