vmc 1.15.4 published on Monday, Apr 21, 2025 by vmware
vmc.getOrg
Explore with Pulumi AI
The organization data source retrieves information about an organization.
Using getOrg
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 getOrg(opts?: InvokeOptions): Promise<GetOrgResult>
function getOrgOutput(opts?: InvokeOptions): Output<GetOrgResult>
def get_org(opts: Optional[InvokeOptions] = None) -> GetOrgResult
def get_org_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrgResult]
func GetOrg(ctx *Context, opts ...InvokeOption) (*GetOrgResult, error)
func GetOrgOutput(ctx *Context, opts ...InvokeOption) GetOrgResultOutput
> Note: This function is named GetOrg
in the Go SDK.
public static class GetOrg
{
public static Task<GetOrgResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetOrgResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrgResult> getOrg(InvokeOptions options)
public static Output<GetOrgResult> getOrg(InvokeOptions options)
fn::invoke:
function: vmc:index/getOrg:getOrg
arguments:
# arguments dictionary
getOrg Result
The following output properties are available:
- Display
Name string - Id string
- Name string
- Display
Name string - Id string
- Name string
- display
Name String - id String
- name String
- display
Name string - id string
- name string
- display_
name str - id str
- name str
- display
Name String - id String
- name String
Package Details
- Repository
- vmc vmware/terraform-provider-vmc
- License
- Notes
- This Pulumi package is based on the
vmc
Terraform Provider.