Connect / Client / list_security_profile_permissions

list_security_profile_permissions#

Connect.Client.list_security_profile_permissions(**kwargs)#

Lists the permissions granted to a security profile.

See also: AWS API Documentation

Request Syntax

response = client.list_security_profile_permissions(
    SecurityProfileId='string',
    InstanceId='string',
    NextToken='string',
    MaxResults=123
)
Parameters:
  • SecurityProfileId (string) –

    [REQUIRED]

    The identifier for the security profle.

  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • NextToken (string) – The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

  • MaxResults (integer) – The maximum number of results to return per page.

Return type:

dict

Returns:

Response Syntax

{
    'Permissions': [
        'string',
    ],
    'NextToken': 'string',
    'LastModifiedTime': datetime(2015, 1, 1),
    'LastModifiedRegion': 'string'
}

Response Structure

  • (dict) –

    • Permissions (list) –

      The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.

      • (string) –

    • NextToken (string) –

      If there are additional results, this is the token for the next set of results.

    • LastModifiedTime (datetime) –

      The timestamp when this resource was last modified.

    • LastModifiedRegion (string) –

      The Amazon Web Services Region where this resource was last modified.

Exceptions