ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
Using getSccProfiles
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 getSccProfiles(args: GetSccProfilesArgs, opts?: InvokeOptions): Promise<GetSccProfilesResult>
function getSccProfilesOutput(args: GetSccProfilesOutputArgs, opts?: InvokeOptions): Output<GetSccProfilesResult>def get_scc_profiles(id: Optional[str] = None,
instance_id: Optional[str] = None,
profile_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProfilesResult
def get_scc_profiles_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
profile_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProfilesResult]func GetSccProfiles(ctx *Context, args *GetSccProfilesArgs, opts ...InvokeOption) (*GetSccProfilesResult, error)
func GetSccProfilesOutput(ctx *Context, args *GetSccProfilesOutputArgs, opts ...InvokeOption) GetSccProfilesResultOutput> Note: This function is named GetSccProfiles in the Go SDK.
public static class GetSccProfiles
{
public static Task<GetSccProfilesResult> InvokeAsync(GetSccProfilesArgs args, InvokeOptions? opts = null)
public static Output<GetSccProfilesResult> Invoke(GetSccProfilesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccProfilesResult> getSccProfiles(GetSccProfilesArgs args, InvokeOptions options)
public static Output<GetSccProfilesResult> getSccProfiles(GetSccProfilesArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProfiles:getSccProfiles
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Id string
- Profile
Type string
- Instance
Id string - Id string
- Profile
Type string
- instance
Id String - id String
- profile
Type String
- instance
Id string - id string
- profile
Type string
- instance_
id str - id str
- profile_
type str
- instance
Id String - id String
- profile
Type String
getSccProfiles Result
The following output properties are available:
- Id string
- Instance
Id string - Profiles
List<Get
Scc Profiles Profile> - Profile
Type string
- Id string
- Instance
Id string - Profiles
[]Get
Scc Profiles Profile - Profile
Type string
- id String
- instance
Id String - profiles
List<Get
Scc Profiles Profile> - profile
Type String
- id string
- instance
Id string - profiles
Get
Scc Profiles Profile[] - profile
Type string
- id String
- instance
Id String - profiles List<Property Map>
- profile
Type String
Supporting Types
GetSccProfilesProfile
- Attachments
Count double - Control
Parents doubleCount - Controls
Count double - Created
By string - Created
On string - Hierarchy
Enabled bool - Id string
- Latest bool
- Profile
Description string - Profile
Name string - Profile
Type string - Profile
Version string - Updated
By string - Updated
On string - Version
Group stringLabel
- Attachments
Count float64 - Control
Parents float64Count - Controls
Count float64 - Created
By string - Created
On string - Hierarchy
Enabled bool - Id string
- Latest bool
- Profile
Description string - Profile
Name string - Profile
Type string - Profile
Version string - Updated
By string - Updated
On string - Version
Group stringLabel
- attachments
Count Double - control
Parents DoubleCount - controls
Count Double - created
By String - created
On String - hierarchy
Enabled Boolean - id String
- latest Boolean
- profile
Description String - profile
Name String - profile
Type String - profile
Version String - updated
By String - updated
On String - version
Group StringLabel
- attachments
Count number - control
Parents numberCount - controls
Count number - created
By string - created
On string - hierarchy
Enabled boolean - id string
- latest boolean
- profile
Description string - profile
Name string - profile
Type string - profile
Version string - updated
By string - updated
On string - version
Group stringLabel
- attachments_
count float - control_
parents_ floatcount - controls_
count float - created_
by str - created_
on str - hierarchy_
enabled bool - id str
- latest bool
- profile_
description str - profile_
name str - profile_
type str - profile_
version str - updated_
by str - updated_
on str - version_
group_ strlabel
- attachments
Count Number - control
Parents NumberCount - controls
Count Number - created
By String - created
On String - hierarchy
Enabled Boolean - id String
- latest Boolean
- profile
Description String - profile
Name String - profile
Type String - profile
Version String - 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.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
