#include <AclConfiguration.h>
Provides information about the column that should be used for filtering the query response by groups.
See Also:
AWS API Reference
Definition at line 32 of file AclConfiguration.h.
◆ AclConfiguration() [1/2]
Aws::kendra::Model::AclConfiguration::AclConfiguration |
( |
| ) |
|
◆ AclConfiguration() [2/2]
◆ AllowedGroupsColumnNameHasBeenSet()
bool Aws::kendra::Model::AclConfiguration::AllowedGroupsColumnNameHasBeenSet |
( |
| ) |
const |
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 55 of file AclConfiguration.h.
◆ GetAllowedGroupsColumnName()
const Aws::String& Aws::kendra::Model::AclConfiguration::GetAllowedGroupsColumnName |
( |
| ) |
const |
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 47 of file AclConfiguration.h.
◆ Jsonize()
◆ operator=()
◆ SetAllowedGroupsColumnName() [1/3]
void Aws::kendra::Model::AclConfiguration::SetAllowedGroupsColumnName |
( |
Aws::String && |
value | ) |
|
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 71 of file AclConfiguration.h.
◆ SetAllowedGroupsColumnName() [2/3]
void Aws::kendra::Model::AclConfiguration::SetAllowedGroupsColumnName |
( |
const Aws::String & |
value | ) |
|
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 63 of file AclConfiguration.h.
◆ SetAllowedGroupsColumnName() [3/3]
void Aws::kendra::Model::AclConfiguration::SetAllowedGroupsColumnName |
( |
const char * |
value | ) |
|
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 79 of file AclConfiguration.h.
◆ WithAllowedGroupsColumnName() [1/3]
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 95 of file AclConfiguration.h.
◆ WithAllowedGroupsColumnName() [2/3]
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 87 of file AclConfiguration.h.
◆ WithAllowedGroupsColumnName() [3/3]
AclConfiguration& Aws::kendra::Model::AclConfiguration::WithAllowedGroupsColumnName |
( |
const char * |
value | ) |
|
|
inline |
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext
field of the Query
operation.
Definition at line 103 of file AclConfiguration.h.
The documentation for this class was generated from the following file: