Skip to content

/AWS1/CL_SHBAZURESCOPECONF

The scope configuration for an Azure connector, defining the tenant or subscription scope.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_scopetype TYPE /AWS1/SHBSCOPETYPE /AWS1/SHBSCOPETYPE

The type of scope. Valid values are tenant and subscription.

Optional arguments:

it_scopevalues TYPE /AWS1/CL_SHBSCOPEVALUELIST_W=>TT_SCOPEVALUELIST TT_SCOPEVALUELIST

The list of scope values, such as subscription IDs, when the scope type is subscription.


Queryable Attributes

ScopeType

The type of scope. Valid values are tenant and subscription.

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, such as subscription IDs, when the scope type is subscription.

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