1. Packages
  2. Ibm Provider
  3. API Docs
  4. getSccAccountLocation
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getSccAccountLocation

Explore with Pulumi AI

ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

Using getSccAccountLocation

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 getSccAccountLocation(args: GetSccAccountLocationArgs, opts?: InvokeOptions): Promise<GetSccAccountLocationResult>
function getSccAccountLocationOutput(args: GetSccAccountLocationOutputArgs, opts?: InvokeOptions): Output<GetSccAccountLocationResult>
Copy
def get_scc_account_location(id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetSccAccountLocationResult
def get_scc_account_location_output(id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetSccAccountLocationResult]
Copy
func GetSccAccountLocation(ctx *Context, args *GetSccAccountLocationArgs, opts ...InvokeOption) (*GetSccAccountLocationResult, error)
func GetSccAccountLocationOutput(ctx *Context, args *GetSccAccountLocationOutputArgs, opts ...InvokeOption) GetSccAccountLocationResultOutput
Copy

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

public static class GetSccAccountLocation 
{
    public static Task<GetSccAccountLocationResult> InvokeAsync(GetSccAccountLocationArgs args, InvokeOptions? opts = null)
    public static Output<GetSccAccountLocationResult> Invoke(GetSccAccountLocationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSccAccountLocationResult> getSccAccountLocation(GetSccAccountLocationArgs args, InvokeOptions options)
public static Output<GetSccAccountLocationResult> getSccAccountLocation(GetSccAccountLocationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getSccAccountLocation:getSccAccountLocation
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getSccAccountLocation Result

The following output properties are available:

Id string
Id string
id String
id string
id str
id String

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud