Claude Platform Docs

コンプライアンス設定

コンプライアンス設定を取得
$client->beta->organization->complianceSettings->retrieve(): ComplianceSettings
GET/v1/organizations/compliance_settings

組織のコンプライアンス設定を取得します。

コンプライアンス設定を更新
$client->beta->organization->complianceSettings->update(ComplianceSettingsStateParam state): ComplianceSettings
POST/v1/organizations/compliance_settings

組織のコンプライアンス設定を更新します。

Models
class ComplianceSettings { $type = 'compliance_settings'; $state; }
"compliance_settings" type

Whether the Compliance API is enabled for this organization.

One of the following:
class ComplianceSettingsStateEnabled { $type = 'enabled'; }
"enabled" type
class ComplianceSettingsStateDisabled { $type = 'disabled'; }
"disabled" type
class ComplianceSettingsStateDisabled { $type = 'disabled'; }
"disabled" type
class ComplianceSettingsStateDisabledParam { $type = 'disabled'; }
"disabled" type
class ComplianceSettingsStateEnabled { $type = 'enabled'; }
"enabled" type
class ComplianceSettingsStateEnabledParam { $type = 'enabled'; }
"enabled" type
One of the following:
class ComplianceSettingsStateEnabledParam { $type = 'enabled'; }
"enabled" type
class ComplianceSettingsStateDisabledParam { $type = 'disabled'; }
"disabled" type