Variable UpdateOAuthRegistrationCommandSchemaConst

UpdateOAuthRegistrationCommandSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        client_id: {
            description: string;
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        redirect_urls: {
            additionalItems: boolean;
            description: string;
            items: {
                type: string;
            };
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = UpdateOAuthRegistrationCommand

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        client_id: {
            description: string;
            type: string;
        };
        environment_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
        redirect_urls: {
            additionalItems: boolean;
            description: string;
            items: {
                type: string;
            };
            type: string;
        };
        tenant_id: {
            description: string;
            format: string;
            maxLength: number;
            minLength: number;
            type: string;
        };
    }
    • client_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • environment_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
    • redirect_urls: {
          additionalItems: boolean;
          description: string;
          items: {
              type: string;
          };
          type: string;
      }
      • additionalItems: boolean
      • description: string
      • items: {
            type: string;
        }
        • type: string
      • type: string
    • tenant_id: {
          description: string;
          format: string;
          maxLength: number;
          minLength: number;
          type: string;
      }
      • description: string
      • format: string
      • maxLength: number
      • minLength: number
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc