1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. organization
  5. getOrganization
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.29
published on Thursday, Apr 2, 2026 by Volcengine

    Data Source schema for Volcengine::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: volcenginecc:organization/getOrganization:getOrganization
      arguments:
        # arguments dictionary

    The 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 Volcengine.GetOrganizationOrganization
    Organization Details
    OrganizationId string
    Organization ID
    Owner Volcengine.GetOrganizationOwner
    Administrator Details
    Id string
    Uniquely identifies the resource.
    Organization GetOrganizationOrganization
    Organization Details
    OrganizationId string
    Organization ID
    Owner GetOrganizationOwner
    Administrator Details
    id String
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    Organization Details
    organizationId String
    Organization ID
    owner GetOrganizationOwner
    Administrator Details
    id string
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    Organization Details
    organizationId string
    Organization ID
    owner GetOrganizationOwner
    Administrator Details
    id str
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    Organization Details
    organization_id str
    Organization ID
    owner GetOrganizationOwner
    Administrator Details
    id String
    Uniquely identifies the resource.
    organization Property Map
    Organization Details
    organizationId String
    Organization ID
    owner Property Map
    Administrator Details

    Supporting Types

    GetOrganizationOrganization

    CreatedTime 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
    UpdatedTime string
    Last Updated
    CreatedTime 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
    UpdatedTime string
    Last Updated
    createdTime 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
    updatedTime String
    Last Updated
    createdTime 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
    updatedTime 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
    createdTime 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
    updatedTime String
    Last Updated

    GetOrganizationOwner

    AccountId int
    Account ID
    AccountName string
    Account Name
    MainName string
    Entity Name
    AccountId int
    Account ID
    AccountName string
    Account Name
    MainName string
    Entity Name
    accountId Integer
    Account ID
    accountName String
    Account Name
    mainName String
    Entity Name
    accountId number
    Account ID
    accountName string
    Account Name
    mainName string
    Entity Name
    account_id int
    Account ID
    account_name str
    Account Name
    main_name str
    Entity Name
    accountId Number
    Account ID
    accountName String
    Account Name
    mainName String
    Entity Name

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.29
    published on Thursday, Apr 2, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.