/AWS1/CL_KNDDESCRACCCTLCONFRSP¶
DescribeAccessControlConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/KNDACCESSCONTROLCONFNAME /AWS1/KNDACCESSCONTROLCONFNAME¶
The name for the access control configuration.
Optional arguments:¶
iv_description TYPE /AWS1/KNDDESCRIPTION /AWS1/KNDDESCRIPTION¶
The description for the access control configuration.
iv_errormessage TYPE /AWS1/KNDERRORMESSAGE /AWS1/KNDERRORMESSAGE¶
The error message containing details if there are issues processing the access control configuration.
it_accesscontrollist TYPE /AWS1/CL_KNDPRINCIPAL=>TT_PRINCIPALLIST TT_PRINCIPALLIST¶
Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
it_hierarchicalaccessctllist TYPE /AWS1/CL_KNDHIERARCHICALPRINC=>TT_HIERARCHICALPRINCIPALLIST TT_HIERARCHICALPRINCIPALLIST¶
The list of principal lists that define the hierarchy for which documents users should have access to.
Queryable Attributes¶
Name¶
The name for the access control configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description for the access control configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
ErrorMessage¶
The error message containing details if there are issues processing the access control configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
AccessControlList¶
Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSCONTROLLIST() |
Getter for ACCESSCONTROLLIST, with configurable default |
ASK_ACCESSCONTROLLIST() |
Getter for ACCESSCONTROLLIST w/ exceptions if field has no v |
HAS_ACCESSCONTROLLIST() |
Determine if ACCESSCONTROLLIST has a value |
HierarchicalAccessControlList¶
The list of principal lists that define the hierarchy for which documents users should have access to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIERARCHICALACCCTLLIST() |
Getter for HIERARCHICALACCESSCTLLIST, with configurable defa |
ASK_HIERARCHICALACCCTLLIST() |
Getter for HIERARCHICALACCESSCTLLIST w/ exceptions if field |
HAS_HIERARCHICALACCCTLLIST() |
Determine if HIERARCHICALACCESSCTLLIST has a value |