Skip to main content

CrowdyStudioAgentPrivacyPolicy

Provider privacy posture. ZDR and collection denial are locked true; provider request/response bodies are never persisted.

type CrowdyStudioAgentPrivacyPolicy {
requireZdr: Boolean!
denyDataCollection: Boolean!
allowPrivateSource: Boolean!
requirePrivateSourceConsent: Boolean!
persistProviderBodies: Boolean!
}

Fields

CrowdyStudioAgentPrivacyPolicy.requireZdr ● Boolean! non-null scalar

Whether Zero Data Retention is required. Always true in v1.

CrowdyStudioAgentPrivacyPolicy.denyDataCollection ● Boolean! non-null scalar

Whether routed-provider data collection must be denied. Always true in v1.

CrowdyStudioAgentPrivacyPolicy.allowPrivateSource ● Boolean! non-null scalar

Whether selected private project source may be sent after the separate human disclosure/consent gate.

Whether first-use human disclosure/consent is required for private source. Always true in v1.

CrowdyStudioAgentPrivacyPolicy.persistProviderBodies ● Boolean! non-null scalar

Whether provider HTTP request/response bodies can be persisted. Always false in v1.

Member Of

CrowdyStudioAgentPolicy object