Skip to main content

Check Data Security Preconditions (AWS Org)

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Returns whether or not the set up for your AWS Organization meets the prerequisites for successful creation of a data security configuration.

Request Body
  • accountId string required

    AWS account ID

  • externalId string required

    AWS master external ID

  • roleArn string required

    AWS master role ARN

  • snsTopicArn string required

    SNS topic ARN for notification of storage object changes

  • tenantId string

    Tenant Id

Responses

success


Schema
  • isSuccess boolean

    Boolean indicating if the operation was a success

  • message string

    List of error messages if the status check failed

  • sections string[]

    List indicating the location of failure

Loading...