> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# AdminSecurityAccessControl

Response schema for admin security access control events.

<ParamField body="accessControl" type="object" required>
  Access control settings (MFA or auth) that were created

  <Expandable title="properties">
    <ParamField body="mfa" type="object">
      Multi-factor authentication settings. See [MFASettings](/api-reference/schemas/MFASettings) schema.
    </ParamField>

    <ParamField body="auth" type="object">
      Authentication settings. See [AuthSettings](/api-reference/schemas/AuthSettings) schema.
    </ParamField>
  </Expandable>
</ParamField>
