Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
createResidencyPolicy
Function createResidencyPolicy
createResidencyPolicy
(
opts
:
{
allowedRegions
?:
DataRegion
[]
;
customRegionLabel
?:
string
;
denyRegions
?:
DataRegion
[]
;
isolationLevel
?:
IsolationLevel
;
keyCustodyMode
?:
KeyCustodyMode
;
legalHoldEnabled
?:
boolean
;
privacyRedactionEnabled
?:
boolean
;
region
:
DataRegion
;
requireEncryptionAtRest
?:
boolean
;
requireEncryptionInTransit
?:
boolean
;
retentionMaxDays
?:
number
;
retentionMinDays
?:
number
;
}
,
workspace
?:
string
,
)
:
ResidencyPolicy
Create a data residency policy for a region.
Parameters
opts
:
{
allowedRegions
?:
DataRegion
[]
;
customRegionLabel
?:
string
;
denyRegions
?:
DataRegion
[]
;
isolationLevel
?:
IsolationLevel
;
keyCustodyMode
?:
KeyCustodyMode
;
legalHoldEnabled
?:
boolean
;
privacyRedactionEnabled
?:
boolean
;
region
:
DataRegion
;
requireEncryptionAtRest
?:
boolean
;
requireEncryptionInTransit
?:
boolean
;
retentionMaxDays
?:
number
;
retentionMinDays
?:
number
;
}
Optional
workspace
:
string
Returns
ResidencyPolicy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Create a data residency policy for a region.