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;
        };
        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;
        };
    };
    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;
        };
        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;
        };
    }
    • application_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • email: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • environment_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • name: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • profile_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • session_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • subject_type: {
          description: string;
          enum: string[];
          title: string;
          type: string;
      }
      • description: string
      • enum: string[]
      • title: string
      • type: string
    • tenant_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc