Get Sensitive Data Occurrences Availability
| macie2_get_sensitive_data_occurrences_availability | R Documentation | 
Checks whether occurrences of sensitive data can be retrieved for a finding¶
Description¶
Checks whether occurrences of sensitive data can be retrieved for a finding.
Usage¶
macie2_get_sensitive_data_occurrences_availability(findingId)
Arguments¶
| findingId | [required] The unique identifier for the finding. | 
Value¶
A list with the following syntax:
list(
  code = "AVAILABLE"|"UNAVAILABLE",
  reasons = list(
    "OBJECT_EXCEEDS_SIZE_QUOTA"|"UNSUPPORTED_OBJECT_TYPE"|"UNSUPPORTED_FINDING_TYPE"|"INVALID_CLASSIFICATION_RESULT"|"OBJECT_UNAVAILABLE"|"ACCOUNT_NOT_IN_ORGANIZATION"|"MISSING_GET_MEMBER_PERMISSION"|"ROLE_TOO_PERMISSIVE"|"MEMBER_ROLE_TOO_PERMISSIVE"|"INVALID_RESULT_SIGNATURE"|"RESULT_NOT_SIGNED"
  )
)
Request syntax¶
svc$get_sensitive_data_occurrences_availability(
  findingId = "string"
)