1. Packages
  2. Ibm Provider
  3. API Docs
  4. getSpace
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getSpace

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Using getSpace

    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 getSpace(args: GetSpaceArgs, opts?: InvokeOptions): Promise<GetSpaceResult>
    function getSpaceOutput(args: GetSpaceOutputArgs, opts?: InvokeOptions): Output<GetSpaceResult>
    def get_space(id: Optional[str] = None,
                  name: Optional[str] = None,
                  org: Optional[str] = None,
                  space: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetSpaceResult
    def get_space_output(id: Optional[pulumi.Input[str]] = None,
                  name: Optional[pulumi.Input[str]] = None,
                  org: Optional[pulumi.Input[str]] = None,
                  space: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetSpaceResult]
    func LookupSpace(ctx *Context, args *LookupSpaceArgs, opts ...InvokeOption) (*LookupSpaceResult, error)
    func LookupSpaceOutput(ctx *Context, args *LookupSpaceOutputArgs, opts ...InvokeOption) LookupSpaceResultOutput

    > Note: This function is named LookupSpace in the Go SDK.

    public static class GetSpace 
    {
        public static Task<GetSpaceResult> InvokeAsync(GetSpaceArgs args, InvokeOptions? opts = null)
        public static Output<GetSpaceResult> Invoke(GetSpaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
    public static Output<GetSpaceResult> getSpace(GetSpaceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getSpace:getSpace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Org string
    Id string
    Name string
    Space string

    Deprecated: Deprecated

    Org string
    Id string
    Name string
    Space string

    Deprecated: Deprecated

    org String
    id String
    name String
    space String

    Deprecated: Deprecated

    org string
    id string
    name string
    space string

    Deprecated: Deprecated

    org str
    id str
    name str
    space str

    Deprecated: Deprecated

    org String
    id String
    name String
    space String

    Deprecated: Deprecated

    getSpace Result

    The following output properties are available:

    Auditors List<string>
    Developers List<string>
    Id string
    Managers List<string>
    Org string
    Name string
    Space string

    Deprecated: Deprecated

    Auditors []string
    Developers []string
    Id string
    Managers []string
    Org string
    Name string
    Space string

    Deprecated: Deprecated

    auditors List<String>
    developers List<String>
    id String
    managers List<String>
    org String
    name String
    space String

    Deprecated: Deprecated

    auditors string[]
    developers string[]
    id string
    managers string[]
    org string
    name string
    space string

    Deprecated: Deprecated

    auditors Sequence[str]
    developers Sequence[str]
    id str
    managers Sequence[str]
    org str
    name str
    space str

    Deprecated: Deprecated

    auditors List<String>
    developers List<String>
    id String
    managers List<String>
    org String
    name String
    space String

    Deprecated: Deprecated

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud