/AWS1/CL_IN2SCOPECONFINPUT¶
The scope of resources to scan for a single scanning type. Provide this as part of an AzureScopeConfigurationInput when you create or update a connector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_scopetype TYPE /AWS1/IN2SCOPETYPE /AWS1/IN2SCOPETYPE¶
The type of scope. Valid values are
TENANT, which scans all resources in the Azure tenant, andSUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.
Optional arguments:¶
it_scopevalues TYPE /AWS1/CL_IN2SCOPEVALUELIST_W=>TT_SCOPEVALUELIST TT_SCOPEVALUELIST¶
The list of scope values. For subscription-level scope, these are Azure subscription IDs.
Queryable Attributes¶
scopeType¶
The type of scope. Valid values are
TENANT, which scans all resources in the Azure tenant, andSUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPETYPE() |
Getter for SCOPETYPE, with configurable default |
ASK_SCOPETYPE() |
Getter for SCOPETYPE w/ exceptions if field has no value |
HAS_SCOPETYPE() |
Determine if SCOPETYPE has a value |
scopeValues¶
The list of scope values. For subscription-level scope, these are Azure subscription IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPEVALUES() |
Getter for SCOPEVALUES, with configurable default |
ASK_SCOPEVALUES() |
Getter for SCOPEVALUES w/ exceptions if field has no value |
HAS_SCOPEVALUES() |
Determine if SCOPEVALUES has a value |