A AuthMS API Wiki API Reference iam.tianv.com →

POST /admin/compliance/subprocessors

添加一个新的子处理商记录(GDPR第28条合规)

合规管理 - 供应商风险 `bearerAuth` application/json

Request Body

Schema: dto.CreateSubProcessorRequest

FieldTypeRequiredExampleConstraintsDescription
applicable_services string Yes Cloud Infrastructure
entity_name string Yes Amazon Web Services EMEA SARL
category string No infrastructure
compliance_links string No https://aws.amazon.com/compliance/
locations string No ["EU (Frankfurt)","US (Virginia)"]
purpose string No Infrastructure Hosting
subject_matter string No Customer data stored on cloud infrastructure
transfer_mechanism string No Standard Contractual Clauses

Responses

StatusDescriptionSchema
201createddto.SubProcessorItemResponse

Referenced Schemas

dto.SubProcessorItem

FieldTypeRequiredExampleConstraintsDescription
applicable_services string No
category string No
compliance_links string No
created_at string No
entity_name string No
id string No
locations string No
purpose string No
status string No
subject_matter string No
transfer_mechanism string No

dto.SubProcessorItemResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.SubProcessorItem No
message string No
timestamp string No