/AWS1/CL_CNTAUTHSCOPE¶
Contains the scope configuration for an authorization code. Defines the permissions and access boundaries for the session.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_entitytype TYPE /AWS1/CNTAUTHCODEENTITYTYPE /AWS1/CNTAUTHCODEENTITYTYPE¶
The type of entity to scope the session to.
Optional arguments:¶
it_securityprofileids TYPE /AWS1/CL_CNTSECPROFILEIDS_W=>TT_SECURITYPROFILEIDS TT_SECURITYPROFILEIDS¶
The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
iv_entityid TYPE /AWS1/CNTENTITYID /AWS1/CNTENTITYID¶
The identifier of the entity to scope the session to.
iv_domainname TYPE /AWS1/CNTCUSPROFILESDOMAINNAME /AWS1/CNTCUSPROFILESDOMAINNAME¶
The name of the Customer Profiles domain to scope the session to.
Queryable Attributes¶
SecurityProfileIds¶
The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECURITYPROFILEIDS() |
Getter for SECURITYPROFILEIDS, with configurable default |
ASK_SECURITYPROFILEIDS() |
Getter for SECURITYPROFILEIDS w/ exceptions if field has no |
HAS_SECURITYPROFILEIDS() |
Determine if SECURITYPROFILEIDS has a value |
EntityType¶
The type of entity to scope the session to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYTYPE() |
Getter for ENTITYTYPE, with configurable default |
ASK_ENTITYTYPE() |
Getter for ENTITYTYPE w/ exceptions if field has no value |
HAS_ENTITYTYPE() |
Determine if ENTITYTYPE has a value |
EntityId¶
The identifier of the entity to scope the session to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYID() |
Getter for ENTITYID, with configurable default |
ASK_ENTITYID() |
Getter for ENTITYID w/ exceptions if field has no value |
HAS_ENTITYID() |
Determine if ENTITYID has a value |
DomainName¶
The name of the Customer Profiles domain to scope the session to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |