:doc:`QuickSight <../../quicksight>` / Client / describe_folder_resolved_permissions

************************************
describe_folder_resolved_permissions
************************************



.. py:method:: QuickSight.Client.describe_folder_resolved_permissions(**kwargs)

  

  Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeFolderResolvedPermissions>`_  


  **Request Syntax**
  ::

    response = client.describe_folder_resolved_permissions(
        AwsAccountId='string',
        FolderId='string',
        Namespace='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID for the Amazon Web Services account that contains the folder.

    

  
  :type FolderId: string
  :param FolderId: **[REQUIRED]** 

    The ID of the folder.

    

  
  :type Namespace: string
  :param Namespace: 

    The namespace of the folder whose permissions you want described.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to be returned per request.

    

  
  :type NextToken: string
  :param NextToken: 

    A pagination token for the next set of results.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Status': 123,
          'FolderId': 'string',
          'Arn': 'string',
          'Permissions': [
              {
                  'Principal': 'string',
                  'Actions': [
                      'string',
                  ]
              },
          ],
          'RequestId': 'string',
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **FolderId** *(string) --* 

        The ID of the folder.

        
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the folder.

        
      

      - **Permissions** *(list) --* 

        Information about the permissions for the folder.

        
        

        - *(dict) --* 

          Permission for the resource.

          
          

          - **Principal** *(string) --* 

            The Amazon Resource Name (ARN) of the principal. This can be one of the following:

             

            
            * The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)
             
            * The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)
             
            * The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)
            

            
          

          - **Actions** *(list) --* 

            The IAM action to grant or revoke permissions on.

            
            

            - *(string) --* 
        
      
    
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
      

      - **NextToken** *(string) --* 

        A pagination token for the next set of results, or null if there are no more results.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`QuickSight.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QuickSight.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidNextTokenException`

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  