Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
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 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
Volcengine.
Get Organization Organization - 组织详情
- Organization
Id string - 组织ID
- Owner
Volcengine.
Get Organization Owner - 管理员详情
- Id string
- Uniquely identifies the resource.
- Organization
Get
Organization Organization - 组织详情
- Organization
Id string - 组织ID
- Owner
Get
Organization Owner - 管理员详情
- id String
- Uniquely identifies the resource.
- organization
Get
Organization Organization - 组织详情
- organization
Id String - 组织ID
- owner
Get
Organization Owner - 管理员详情
- id string
- Uniquely identifies the resource.
- organization
Get
Organization Organization - 组织详情
- organization
Id string - 组织ID
- owner
Get
Organization Owner - 管理员详情
- id str
- Uniquely identifies the resource.
- organization
Get
Organization Organization - 组织详情
- organization_
id str - 组织ID
- owner
Get
Organization Owner - 管理员详情
- id String
- Uniquely identifies the resource.
- organization Property Map
- 组织详情
- organization
Id String - 组织ID
- owner Property Map
- 管理员详情
Supporting Types
GetOrganizationOrganization
- Created
Time string - 创建时间
- Description string
- 描述
- Name string
- 组织名称
- Owner string
- 管理员ID
- Status int
- 状态
- Type int
- 组织类型,企业组织固定是 1
- Updated
Time string - 更新时间
- Created
Time string - 创建时间
- Description string
- 描述
- Name string
- 组织名称
- Owner string
- 管理员ID
- Status int
- 状态
- Type int
- 组织类型,企业组织固定是 1
- Updated
Time string - 更新时间
- created
Time String - 创建时间
- description String
- 描述
- name String
- 组织名称
- owner String
- 管理员ID
- status Integer
- 状态
- type Integer
- 组织类型,企业组织固定是 1
- updated
Time String - 更新时间
- created
Time string - 创建时间
- description string
- 描述
- name string
- 组织名称
- owner string
- 管理员ID
- status number
- 状态
- type number
- 组织类型,企业组织固定是 1
- updated
Time string - 更新时间
- created_
time str - 创建时间
- description str
- 描述
- name str
- 组织名称
- owner str
- 管理员ID
- status int
- 状态
- type int
- 组织类型,企业组织固定是 1
- updated_
time str - 更新时间
- created
Time String - 创建时间
- description String
- 描述
- name String
- 组织名称
- owner String
- 管理员ID
- status Number
- 状态
- type Number
- 组织类型,企业组织固定是 1
- updated
Time String - 更新时间
GetOrganizationOwner
- Account
Id int - 账号ID
- Account
Name string - 账号名称
- Main
Name string - 主体名称
- Account
Id int - 账号ID
- Account
Name string - 账号名称
- Main
Name string - 主体名称
- account
Id Integer - 账号ID
- account
Name String - 账号名称
- main
Name String - 主体名称
- account
Id number - 账号ID
- account
Name string - 账号名称
- main
Name string - 主体名称
- account_
id int - 账号ID
- account_
name str - 账号名称
- main_
name str - 主体名称
- account
Id Number - 账号ID
- account
Name String - 账号名称
- main
Name String - 主体名称
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.28
published on Thursday, Mar 26, 2026 by Volcengine
published on Thursday, Mar 26, 2026 by Volcengine
