ibm 1.85.0-beta0 published on Wednesday, Oct 29, 2025 by ibm-cloud
ibm.getSccAccountLocations
Start a Neo task
Explain and create an ibm.getSccAccountLocations resource
Using getSccAccountLocations
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 getSccAccountLocations(args: GetSccAccountLocationsArgs, opts?: InvokeOptions): Promise<GetSccAccountLocationsResult>
function getSccAccountLocationsOutput(args: GetSccAccountLocationsOutputArgs, opts?: InvokeOptions): Output<GetSccAccountLocationsResult>def get_scc_account_locations(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccAccountLocationsResult
def get_scc_account_locations_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccAccountLocationsResult]func GetSccAccountLocations(ctx *Context, args *GetSccAccountLocationsArgs, opts ...InvokeOption) (*GetSccAccountLocationsResult, error)
func GetSccAccountLocationsOutput(ctx *Context, args *GetSccAccountLocationsOutputArgs, opts ...InvokeOption) GetSccAccountLocationsResultOutput> Note: This function is named GetSccAccountLocations in the Go SDK.
public static class GetSccAccountLocations
{
public static Task<GetSccAccountLocationsResult> InvokeAsync(GetSccAccountLocationsArgs args, InvokeOptions? opts = null)
public static Output<GetSccAccountLocationsResult> Invoke(GetSccAccountLocationsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccAccountLocationsResult> getSccAccountLocations(GetSccAccountLocationsArgs args, InvokeOptions options)
public static Output<GetSccAccountLocationsResult> getSccAccountLocations(GetSccAccountLocationsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccAccountLocations:getSccAccountLocations
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getSccAccountLocations 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
ibmTerraform Provider.
