Claude Platform Docs
Messages
Managed Agents
Amministrazione
Risorse
Best practice
Modelli e prezzi
CLI, SDK e librerie
Skill Claude API
Note di rilascio
API reference
Italiano
Console
Log in
Copy page
cURL
API reference
Beta
Organizzazione
Impostazioni di conformità
Ottieni impostazioni di conformità
GET
/v1/organizations/compliance_settings
Aggiorna impostazioni di conformità
POST
/v1/organizations/compliance_settings
Models
BetaComplianceSettings
object
{
state
,
type
}
state
:
BetaComplianceSettingsStateEnabled
{
type
}
or
BetaComplianceSettingsStateDisabled
{
type
}
Whether the Compliance API is enabled for this organization.
One of the following:
BetaComplianceSettingsStateEnabled
object
{
type
}
type
:
"enabled"
default
enabled
BetaComplianceSettingsStateDisabled
object
{
type
}
type
:
"disabled"
default
disabled
type
:
"compliance_settings"
default
compliance_settings
BetaComplianceSettingsStateDisabled
object
{
type
}
type
:
"disabled"
default
disabled
BetaComplianceSettingsStateDisabledParam
object
{
type
}
type
:
"disabled"
BetaComplianceSettingsStateEnabled
object
{
type
}
type
:
"enabled"
default
enabled
BetaComplianceSettingsStateEnabledParam
object
{
type
}
type
:
"enabled"
Ask Docs