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 getSccScopeCollection
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 getSccScopeCollection(args: GetSccScopeCollectionArgs, opts?: InvokeOptions): Promise<GetSccScopeCollectionResult>
function getSccScopeCollectionOutput(args: GetSccScopeCollectionOutputArgs, opts?: InvokeOptions): Output<GetSccScopeCollectionResult>def get_scc_scope_collection(id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccScopeCollectionResult
def get_scc_scope_collection_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccScopeCollectionResult]func GetSccScopeCollection(ctx *Context, args *GetSccScopeCollectionArgs, opts ...InvokeOption) (*GetSccScopeCollectionResult, error)
func GetSccScopeCollectionOutput(ctx *Context, args *GetSccScopeCollectionOutputArgs, opts ...InvokeOption) GetSccScopeCollectionResultOutput> Note: This function is named GetSccScopeCollection in the Go SDK.
public static class GetSccScopeCollection
{
public static Task<GetSccScopeCollectionResult> InvokeAsync(GetSccScopeCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetSccScopeCollectionResult> Invoke(GetSccScopeCollectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccScopeCollectionResult> getSccScopeCollection(GetSccScopeCollectionArgs args, InvokeOptions options)
public static Output<GetSccScopeCollectionResult> getSccScopeCollection(GetSccScopeCollectionArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccScopeCollection:getSccScopeCollection
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Id string
- Instance
Id string - Id string
- instance
Id String - id String
- instance
Id string - id string
- instance_
id str - id str
- instance
Id String - id String
getSccScopeCollection Result
The following output properties are available:
- Id string
- Instance
Id string - Scopes
List<Get
Scc Scope Collection Scope>
- Id string
- Instance
Id string - Scopes
[]Get
Scc Scope Collection Scope
- id String
- instance
Id String - scopes
List<Get
Scc Scope Collection Scope>
- id string
- instance
Id string - scopes
Get
Scc Scope Collection Scope[]
- id String
- instance
Id String - scopes List<Property Map>
Supporting Types
GetSccScopeCollectionScope
- Account
Id string - Attachment
Count double - Created
By string - Created
On string - Description string
- Environment string
- Id string
- Instance
Id string - Name string
- Properties
List<Get
Scc Scope Collection Scope Property> - Updated
By string - Updated
On string
- Account
Id string - Attachment
Count float64 - Created
By string - Created
On string - Description string
- Environment string
- Id string
- Instance
Id string - Name string
- Properties
[]Get
Scc Scope Collection Scope Property - Updated
By string - Updated
On string
- account
Id String - attachment
Count Double - created
By String - created
On String - description String
- environment String
- id String
- instance
Id String - name String
- properties
List<Get
Scc Scope Collection Scope Property> - updated
By String - updated
On String
- account
Id string - attachment
Count number - created
By string - created
On string - description string
- environment string
- id string
- instance
Id string - name string
- properties
Get
Scc Scope Collection Scope Property[] - updated
By string - updated
On string
- account_
id str - attachment_
count float - created_
by str - created_
on str - description str
- environment str
- id str
- instance_
id str - name str
- properties
Sequence[Get
Scc Scope Collection Scope Property] - updated_
by str - updated_
on str
- account
Id String - attachment
Count Number - created
By String - created
On String - description String
- environment String
- id String
- instance
Id String - name String
- properties List<Property Map>
- updated
By String - updated
On String
GetSccScopeCollectionScopeProperty
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
