ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
Using getSccControlLibraries
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 getSccControlLibraries(args: GetSccControlLibrariesArgs, opts?: InvokeOptions): Promise<GetSccControlLibrariesResult>
function getSccControlLibrariesOutput(args: GetSccControlLibrariesOutputArgs, opts?: InvokeOptions): Output<GetSccControlLibrariesResult>def get_scc_control_libraries(control_library_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccControlLibrariesResult
def get_scc_control_libraries_output(control_library_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccControlLibrariesResult]func GetSccControlLibraries(ctx *Context, args *GetSccControlLibrariesArgs, opts ...InvokeOption) (*GetSccControlLibrariesResult, error)
func GetSccControlLibrariesOutput(ctx *Context, args *GetSccControlLibrariesOutputArgs, opts ...InvokeOption) GetSccControlLibrariesResultOutput> Note: This function is named GetSccControlLibraries in the Go SDK.
public static class GetSccControlLibraries
{
public static Task<GetSccControlLibrariesResult> InvokeAsync(GetSccControlLibrariesArgs args, InvokeOptions? opts = null)
public static Output<GetSccControlLibrariesResult> Invoke(GetSccControlLibrariesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccControlLibrariesResult> getSccControlLibraries(GetSccControlLibrariesArgs args, InvokeOptions options)
public static Output<GetSccControlLibrariesResult> getSccControlLibraries(GetSccControlLibrariesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccControlLibraries:getSccControlLibraries
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Control
Library stringType - Id string
- Instance
Id string - Control
Library stringType - Id string
- instance
Id String - control
Library StringType - id String
- instance
Id string - control
Library stringType - id string
- instance_
id str - control_
library_ strtype - id str
- instance
Id String - control
Library StringType - id String
getSccControlLibraries Result
The following output properties are available:
- Control
Libraries List<GetScc Control Libraries Control Library> - Id string
- Instance
Id string - Control
Library stringType
- Control
Libraries []GetScc Control Libraries Control Library - Id string
- Instance
Id string - Control
Library stringType
- control
Libraries List<GetScc Control Libraries Control Library> - id String
- instance
Id String - control
Library StringType
- control
Libraries GetScc Control Libraries Control Library[] - id string
- instance
Id string - control
Library stringType
- control
Libraries List<Property Map> - id String
- instance
Id String - control
Library StringType
Supporting Types
GetSccControlLibrariesControlLibrary
- Account
Id string - Control
Library stringDescription - Control
Library stringName - Control
Library stringType - Control
Library stringVersion - Controls
Count double - Created
By string - Created
On string - Id string
- Latest bool
- Updated
By string - Updated
On string - Version
Group stringLabel
- Account
Id string - Control
Library stringDescription - Control
Library stringName - Control
Library stringType - Control
Library stringVersion - Controls
Count float64 - Created
By string - Created
On string - Id string
- Latest bool
- Updated
By string - Updated
On string - Version
Group stringLabel
- account
Id String - control
Library StringDescription - control
Library StringName - control
Library StringType - control
Library StringVersion - controls
Count Double - created
By String - created
On String - id String
- latest Boolean
- updated
By String - updated
On String - version
Group StringLabel
- account
Id string - control
Library stringDescription - control
Library stringName - control
Library stringType - control
Library stringVersion - controls
Count number - created
By string - created
On string - id string
- latest boolean
- updated
By string - updated
On string - version
Group stringLabel
- account_
id str - control_
library_ strdescription - control_
library_ strname - control_
library_ strtype - control_
library_ strversion - controls_
count float - created_
by str - created_
on str - id str
- latest bool
- updated_
by str - updated_
on str - version_
group_ strlabel
- account
Id String - control
Library StringDescription - control
Library StringName - control
Library StringType - control
Library StringVersion - controls
Count Number - created
By String - created
On String - id String
- latest Boolean
- updated
By String - updated
On String - version
Group StringLabel
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
ibm 1.87.1 published on Wednesday, Jan 14, 2026 by ibm-cloud
