CspTrustedSite: Metadata & {
    context?: string | null;
    description?: string | null;
    endpointUrl: string;
    isActive: boolean;
}

Type declaration

  • Optional context?: string | null
  • Optional description?: string | null
  • endpointUrl: string
  • isActive: boolean