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'
)
{
'items': [
{
'category': 'FINANCIAL_INFORMATION'|'PERSONAL_INFORMATION'|'CREDENTIALS'|'CUSTOM_IDENTIFIER',
'id': 'string'
},
],
'nextToken': 'string'
}
Response Structure
The request succeeded.
An array of objects, one for each managed data identifier.
Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide .
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.
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.
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.