Add Data Security Config (AWS Org)
POST/dlp/api/config/v2
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Creates a data security configuration for an AWS Organization.
Request
- application/json; charset=UTF-8
Body
accountId stringrequired
AWS account ID
cloudType stringrequired
Possible values: [AWS
]
Cloud type
masterExternalId stringrequired
AWS master external ID, which establishes trust between your Prisma Cloud and AWS accounts
masterRoleArn stringrequired
AWS master role ARN for your Prisma Cloud role
memberExternalId stringrequired
AWS member external ID
memberRoleName stringrequired
AWS memeber role name
scanOption stringrequired
Possible values: [Full
, Custom
]
Scan option
snsTopicArn stringrequired
SNS topic ARN for notification of storage object changes
storageUUID stringrequired
Storage UUID
Responses
- 200
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
Loading...