Class: Aws::Kendra::Types::HierarchicalPrincipal

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Information to define the hierarchy for which documents users should have access to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principal_listArray<Types::Principal>

A list of [principal] lists that define the hierarchy for which documents users should have access to. Each hierarchical list specifies which user or group has allow or deny access for each document.

[1]: docs.aws.amazon.com/kendra/latest/dg/API_Principal.html

Returns:



6388
6389
6390
6391
6392
# File 'lib/aws-sdk-kendra/types.rb', line 6388

class HierarchicalPrincipal < Struct.new(
  :principal_list)
  SENSITIVE = []
  include Aws::Structure
end