1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. organization
  5. getOrganization
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 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
    组织详情
    OrganizationId string
    组织ID
    Owner Volcengine.GetOrganizationOwner
    管理员详情
    Id string
    Uniquely identifies the resource.
    Organization GetOrganizationOrganization
    组织详情
    OrganizationId string
    组织ID
    Owner GetOrganizationOwner
    管理员详情
    id String
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    组织详情
    organizationId String
    组织ID
    owner GetOrganizationOwner
    管理员详情
    id string
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    组织详情
    organizationId string
    组织ID
    owner GetOrganizationOwner
    管理员详情
    id str
    Uniquely identifies the resource.
    organization GetOrganizationOrganization
    组织详情
    organization_id str
    组织ID
    owner GetOrganizationOwner
    管理员详情
    id String
    Uniquely identifies the resource.
    organization Property Map
    组织详情
    organizationId String
    组织ID
    owner Property Map
    管理员详情

    Supporting Types

    GetOrganizationOrganization

    CreatedTime string
    创建时间
    Description string
    描述
    Name string
    组织名称
    Owner string
    管理员ID
    Status int
    状态
    Type int
    组织类型,企业组织固定是 1
    UpdatedTime string
    更新时间
    CreatedTime string
    创建时间
    Description string
    描述
    Name string
    组织名称
    Owner string
    管理员ID
    Status int
    状态
    Type int
    组织类型,企业组织固定是 1
    UpdatedTime string
    更新时间
    createdTime String
    创建时间
    description String
    描述
    name String
    组织名称
    owner String
    管理员ID
    status Integer
    状态
    type Integer
    组织类型,企业组织固定是 1
    updatedTime String
    更新时间
    createdTime string
    创建时间
    description string
    描述
    name string
    组织名称
    owner string
    管理员ID
    status number
    状态
    type number
    组织类型,企业组织固定是 1
    updatedTime string
    更新时间
    created_time str
    创建时间
    description str
    描述
    name str
    组织名称
    owner str
    管理员ID
    status int
    状态
    type int
    组织类型,企业组织固定是 1
    updated_time str
    更新时间
    createdTime String
    创建时间
    description String
    描述
    name String
    组织名称
    owner String
    管理员ID
    status Number
    状态
    type Number
    组织类型,企业组织固定是 1
    updatedTime String
    更新时间

    GetOrganizationOwner

    AccountId int
    账号ID
    AccountName string
    账号名称
    MainName string
    主体名称
    AccountId int
    账号ID
    AccountName string
    账号名称
    MainName string
    主体名称
    accountId Integer
    账号ID
    accountName String
    账号名称
    mainName String
    主体名称
    accountId number
    账号ID
    accountName string
    账号名称
    mainName string
    主体名称
    account_id int
    账号ID
    account_name str
    账号名称
    main_name str
    主体名称
    accountId Number
    账号ID
    accountName String
    账号名称
    mainName String
    主体名称

    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.28
    published on Thursday, Mar 26, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.