> ## 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.

# AdminSecurityCookieDomain

Response schema for admin security cookie domain events.

<ParamField body="cookieDomain" type="object" required>
  Cookie domain configuration that was created

  <Expandable title="properties">
    <ParamField body="cookieDomain" type="string" required>
      The cookie domain (ISS) from external auth settings
    </ParamField>

    <ParamField body="cookieName" type="string" required>
      The cookie name from external auth settings
    </ParamField>
  </Expandable>
</ParamField>
