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 getSccScope
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 getSccScope(args: GetSccScopeArgs, opts?: InvokeOptions): Promise<GetSccScopeResult>
function getSccScopeOutput(args: GetSccScopeOutputArgs, opts?: InvokeOptions): Output<GetSccScopeResult>def get_scc_scope(id: Optional[str] = None,
instance_id: Optional[str] = None,
scope_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccScopeResult
def get_scc_scope_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
scope_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccScopeResult]func LookupSccScope(ctx *Context, args *LookupSccScopeArgs, opts ...InvokeOption) (*LookupSccScopeResult, error)
func LookupSccScopeOutput(ctx *Context, args *LookupSccScopeOutputArgs, opts ...InvokeOption) LookupSccScopeResultOutput> Note: This function is named LookupSccScope in the Go SDK.
public static class GetSccScope
{
public static Task<GetSccScopeResult> InvokeAsync(GetSccScopeArgs args, InvokeOptions? opts = null)
public static Output<GetSccScopeResult> Invoke(GetSccScopeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSccScopeResult> getSccScope(GetSccScopeArgs args, InvokeOptions options)
public static Output<GetSccScopeResult> getSccScope(GetSccScopeArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccScope:getSccScope
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Scope
Id string - Id string
- Instance
Id string - Scope
Id string - Id string
- instance
Id String - scope
Id String - id String
- instance
Id string - scope
Id string - id string
- instance_
id str - scope_
id str - id str
- instance
Id String - scope
Id String - id String
getSccScope Result
The following output properties are available:
- Account
Id string - Attachment
Count double - Created
By string - Created
On string - Description string
- Environment string
- Exclusions
List<Get
Scc Scope Exclusion> - Id string
- Instance
Id string - Name string
- Properties Dictionary<string, string>
- Scope
Id string - Updated
By string - Updated
On string
- Account
Id string - Attachment
Count float64 - Created
By string - Created
On string - Description string
- Environment string
- Exclusions
[]Get
Scc Scope Exclusion - Id string
- Instance
Id string - Name string
- Properties map[string]string
- Scope
Id string - Updated
By string - Updated
On string
- account
Id String - attachment
Count Double - created
By String - created
On String - description String
- environment String
- exclusions
List<Get
Scc Scope Exclusion> - id String
- instance
Id String - name String
- properties Map<String,String>
- scope
Id String - updated
By String - updated
On String
- account
Id string - attachment
Count number - created
By string - created
On string - description string
- environment string
- exclusions
Get
Scc Scope Exclusion[] - id string
- instance
Id string - name string
- properties {[key: string]: string}
- scope
Id string - updated
By string - updated
On string
- account_
id str - attachment_
count float - created_
by str - created_
on str - description str
- environment str
- exclusions
Sequence[Get
Scc Scope Exclusion] - id str
- instance_
id str - name str
- properties Mapping[str, str]
- scope_
id str - updated_
by str - updated_
on str
- account
Id String - attachment
Count Number - created
By String - created
On String - description String
- environment String
- exclusions List<Property Map>
- id String
- instance
Id String - name String
- properties Map<String>
- scope
Id String - updated
By String - updated
On String
Supporting Types
GetSccScopeExclusion
- scope_
id str - scope_
type str
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
