1. Packages
  2. Vmc Provider
  3. API Docs
  4. getOrg
vmc 1.15.3 published on Monday, Apr 14, 2025 by vmware

vmc.getOrg

Explore with Pulumi AI

vmc 1.15.3 published on Monday, Apr 14, 2025 by vmware

This data source provides 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>
Copy
def get_org(opts: Optional[InvokeOptions] = None) -> GetOrgResult
def get_org_output(opts: Optional[InvokeOptions] = None) -> Output[GetOrgResult]
Copy
func GetOrg(ctx *Context, opts ...InvokeOption) (*GetOrgResult, error)
func GetOrgOutput(ctx *Context, opts ...InvokeOption) GetOrgResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetOrgResult> getOrg(InvokeOptions options)
public static Output<GetOrgResult> getOrg(InvokeOptions options)
Copy
fn::invoke:
  function: vmc:index/getOrg:getOrg
  arguments:
    # arguments dictionary
Copy

getOrg Result

The following output properties are available:

DisplayName string
Id string
Name string
DisplayName string
Id string
Name string
displayName String
id String
name String
displayName string
id string
name string
display_name str
id str
name str
displayName 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.
vmc 1.15.3 published on Monday, Apr 14, 2025 by vmware