Axinom Mosaic Libraries
    Preparing search index...

    Variable AccessTokenEnrichmentWebhookRequestPayloadSchemaConst

    AccessTokenEnrichmentWebhookRequestPayloadSchema: {
        $schema: string;
        additionalProperties: boolean;
        description: string;
        properties: {
            application_id: { description: string; type: string };
            email: { description: string; type: string[] };
            environment_id: { description: string; type: string };
            external_subject_id: { description: string; type: string };
            name: { description: string; type: string[] };
            profile_id: { description: string; type: string };
            session_id: { description: string; type: string };
            subject_type: {
                description: string;
                enum: string[];
                title: string;
                type: string;
            };
            tenant_id: { description: string; type: string };
            user_id: { description: string; type: string };
        };
        required: string[];
        title: string;
        type: string;
    } = AccessTokenEnrichmentWebhookRequestPayload

    Type Declaration

    • $schema: string
    • additionalProperties: boolean
    • description: string
    • properties: {
          application_id: { description: string; type: string };
          email: { description: string; type: string[] };
          environment_id: { description: string; type: string };
          external_subject_id: { description: string; type: string };
          name: { description: string; type: string[] };
          profile_id: { description: string; type: string };
          session_id: { description: string; type: string };
          subject_type: {
              description: string;
              enum: string[];
              title: string;
              type: string;
          };
          tenant_id: { description: string; type: string };
          user_id: { description: string; type: string };
      }
    • required: string[]
    • title: string
    • type: string