Macie2 / Client / list_managed_data_identifiers
list_managed_data_identifiers#
- Macie2.Client.list_managed_data_identifiers(**kwargs)#
- Retrieves information about all the managed data identifiers that Amazon Macie currently provides. - See also: AWS API Documentation - Request Syntax - response = client.list_managed_data_identifiers( nextToken='string' ) - Parameters:
- nextToken (string) – The nextToken string that specifies which page of results to return in a paginated response. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'items': [ { 'category': 'FINANCIAL_INFORMATION'|'PERSONAL_INFORMATION'|'CREDENTIALS'|'CUSTOM_IDENTIFIER', 'id': 'string' }, ], 'nextToken': 'string' } - Response Structure - (dict) – - The request succeeded. - items (list) – - An array of objects, one for each managed data identifier. - (dict) – - Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide . - category (string) – - The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers. 
- id (string) – - The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers. 
 
 
- nextToken (string) – - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.